Got half a day and nothing to do? Level up your electronic privacy!
This is the code that powers the guide. Looking for the actual guide? Go to https://halfdaysecurity.guide!
There are several directories in this project, each for a different aspect of it:
Clone the repo:
$ git clone https://github.com/dispatchrabbi/half-day-security-guide.git
$ cd half-day-security-guide
Install dependencies:
$ npm install
Build:
$ npm run build
See the site:
$ npx http-server -p 8888 ./dist
# or whatever little http server you want!
emh/8/making-it-pretty
or whatever)The site deploys automatically on any push to main (including a merge to main via PR).