DalgoT4D / webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDP frontend

License: AGPL v3 Code coverage badge

Installation instructions

yarn install

Run the development server

You will need to run the Django backend. Once that is running, specify its URL in the .env under

NEXT_PUBLIC_BACKEND_URL=<url of django backend>

Next, generate a security secret using https://generate-secret.vercel.app/32 and set it in

NEXTAUTH_SECRET=<secret>

Finally, select an available port on your system and define the URL for this frontend

NEXTAUTH_URL=http://localhost:<port>

Now you can start the application

yarn dev

Open http://localhost:<port> with your browser to see the result.

Development conventions

Refer to this guide

About

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 99.6%Language:CSS 0.4%Language:HTML 0.0%Language:JavaScript 0.0%