Skip to content

SlotifyApp/website

Repository files navigation

Getting Started

Set up

  1. Clone repo, there is a submodule so you must use:
git clone --recurse-submodules
  1. Copy the .env.sample contents into a new file named .env.local and fill those variables out by referring to either terraform or the microsoft entra UI.

  2. Install pre-commit:

    pip install pre-commit
    pre-commit install --hook-type pre-push
  1. Install the hooks:
    pre-commit install
  1. Navigate to the project root (same level as package.json) and:
npm i # install dependencies
npm run dev # run Next.js server

Open http://localhost:3000 with your browser to see the result.

  1. To view our Swagger UI Documentation, view the following after you login: Swagger Documentation

Other commands

npm run generate # Will generate openapi types, see package.json for the entire command

About

Code for the Slotify website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5