Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 338 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 338 Bytes

collectr: DataSoc's CMS

GUI for managing DataSoc's content.

Setup

  1. Clone the repository
  2. Run npm install
  3. Create a .env file in the root directory and copy the contents of .env.example into it
  4. Fill in the environment variables in the .env file (ask directors)
  5. Run npm run dev to start the development server