Skip to content

NathanAsowata/stealth-web

Repository files navigation

Stealth Web App

Getting Started

Requirements

You must have the stealth backend running locally on port 8080 connect to a postgres database.

  1. Generate a secret for nextAuth. You can copy/paste the code below in your terminal to get a random secret
openssl rand -hex 32
  1. Create a copy the .env.sample to .env.local
cp .env.sample .env.local

Replace the NEXTAUTH_SECRET in the .env.local file with the secret you just generated

  1. Install the dependencies
yarn install
  1. First, run the development server:
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.

Note: To activate an account on local, get the activation key from the db and append it to this link like so: http://localhost:3000/account/activate?key=<your_activation_key>

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • CSS 1.7%
  • JavaScript 0.2%