Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 771 Bytes

README.md

File metadata and controls

57 lines (35 loc) · 771 Bytes

Recruitment-Questions

A repository for deploying SWE recruitment Qs & As to a website.

screenshot

Updating Data

Add New Questions

  1. Go to src/data/entries.csv, and add a new entry

Add New Categories

  1. Go to src/data/categories.csv, and add a new entry

Prerequisites

  1. Install node and npm

  2. Install staticrypt

    npm install -g staticrypt

Local Build

  1. Setup venv

    python3.12 -m venv venv
  2. Enter venv

    source venv/bin/activate
  3. Install deps

    make install
  4. Create password

    export STATICRYPT_PASSWORD=test-test-test-test
  5. Build & Open Locally

    make ro