Skip to content

Daintta/Recruitment-Questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published