NTNUI virtual stand for NTNU matriculation ceremonies 2020/2021
- Install dependencies:
yarn - Compile and hot-reload:
yarn start - Compile and minify for production:
yarn build - Lint and fix files:
yarn lint
The project is built using React and Google Firestore Database. To access and edit the database you need access, currently managed by @olros. To edit already existing groups you do not need access to the database, but you can get access using the login page (Firebase email authentication, recommended for non-developers).
To add a new group, a developer must add a new field directly in the Firestore database. Any authenticated user/non-developer can edit existing groups at stand.ntnui.no/grupper/[slug]/rediger/.
To add a group, you need to create a new field in info > group:
groupname (map)
contact (string): ""
cover_image (string): ""
images (array): []
long_description (string): ""
name (string): "Group name"
short_description (string): ""
slug (string): "groupname"
An example of a group after adding a new map field in the database:
After adding the new group, add data/information to the group using the live site itself while logged in, at stand.ntnui.no/grupper/[slug]/rediger/.
