dispatchrabbi / half-day-security-guide

Got half a day and nothing to do? Level up your electronic privacy!
MIT License
3 stars 0 forks source link

The Half-Day Security Guide

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!

Structure

There are several directories in this project, each for a different aspect of it:

Setup

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!

Contributing

Deploying

The site deploys automatically on any push to main (including a merge to main via PR).