Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.21 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.21 KB

GitHub

Lifecycle:Experimental The project is in the very early stages of development. The codebase will be changing frequently.

Software Licence and Application Management (SLAM)

This is the Server (frontend) for the SLAM API

How to Contribute

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Developer workstation setup

Create a .env file at the root of the project directory.

NEXTAUTH_URL=
NEXTAUTH_SECRET=
NEXT_PUBLIC_API_PORT=3001
NEXT_PUBLIC_API_PATH=api/v1
NEXT_PUBLIC_ISSUER=
NEXT_PUBLIC_CLIENT_ID=
NEXT_PUBLIC_CLIENT_SECRET=

Run the following command into local terminal:

docker-compose up --build slam-app

The following output in terminal should show that the SLAM! frontend container is healthy.'

To access the frontend container, navigate to localhost:3000 in your local browser.

Documentation

See detailed documentation in the documentation file.