A repository for deploying SWE recruitment Qs & As to a website.
- Go to
src/data/entries.csv
, and add a new entry
- Go to
src/data/categories.csv
, and add a new entry
-
Install node and npm
-
Install staticrypt
npm install -g staticrypt
-
Setup venv
python3.12 -m venv venv
-
Enter venv
source venv/bin/activate
-
Install deps
make install
-
Create password
export STATICRYPT_PASSWORD=test-test-test-test
-
Build & Open Locally
make ro