Repository for Festkommittén FestUs webpage festu.se
This repository contains the different parts of the new website for FestU.
npm install
npm run serve
Node backend. Throw files and data on everyone!
npm run serve:backend
npm run build
npm run lint
Create .env.local file. See example.env for info.
If using local db: Create local mongodb with festu database and tables members, parties, and posts. Create user from .env file as dbAdmin in festu database.
If using local backend: Change vue.config.js to point proxy to http://localhost:5000.