This repository contains the source code of Johnny's personal website.
A deployed version of this repository can be found here.
- Fill out
.env.example
and replace it to.env
- Run
npm install
to install dependencies
$ npm install
$ npm start
$ docker-compose up