Welcome to the documentation for the Playgrounds Hub. This guide will walk you through the setup process and provide essential information to run the application locally.
Before getting started, ensure that you have the following prerequisites:
- Docker daemon is running on your machine.
Please copy the .env.example
file and rename it to .env
. Then generate a MapLibre key and paste it in the variable.
- Install all required packages using the following command:
npm install
- Build docker image and run:
npm run docker
- Seed database
npm run setup
- Build CSS files and other stuff needed:
npm run build
- Run the application:
npm run dev
To access the application go to https://localhost:3000
User:
email: [email protected]
pw: racheliscool
Admin:
email: [email protected]
pw: adminiscool