Created using by following this YouTube Tutorial and GitHub Repo
-
Clone this repository
-
Install nodejs
-
Start website using
npm run start
-
Make changes on a seperate branch
-
Open up a pull request
docker build . -t cybersec-site
docker run --name cybersec -p 3000:3000 -d cybersec-site