GUI for managing DataSoc's content.
- Clone the repository
- Run
npm install
- Create a
.env
file in the root directory and copy the contents of.env.example
into it - Fill in the environment variables in the
.env
file (ask directors) - Run
npm run dev
to start the development server