Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 405 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 405 Bytes

Johnny's Personal Website

This repository contains the source code of Johnny's personal website.

A deployed version of this repository can be found here.

Development

Setup

  1. Fill out .env.example and replace it to .env
  2. Run npm install to install dependencies

Local Environment

$ npm install
$ npm start

Docker

$ docker-compose up