fix navbar. add recipe

This commit is contained in:
len0rd 2022-10-05 10:29:10 -04:00
parent b71c2306c2
commit 5abcc940ce
6 changed files with 33 additions and 10 deletions

View file

@ -20,3 +20,7 @@ Its a website! Node/npm
1. From this directory install dependencies with `npm install`
2. Run the server with `npm start`
## Build the docker image
`docker build -t leo_website:latest .`