The official website for prime, the Daily Bruin’s quarterly arts, culture and lifestyle magazine.
- Install mongod and make sure it is running using
mongod
. - Install npm.
- Run
npm install
. - Run
node keystone.js
. Note - by default, keystone runs on port 3000. To run on a custom port instead, runecho "PORT={PORTNO}" >> .env
. - The website should now be available at localhost:3000. (or whatever port you specified).
- To access th2e Keystone CMS, navigate to localhost:3000/keystone.
- Important: To update the frontend on prod, run
npm run build-frontend
.