Website • Tools • Getting started • Contributing
- Content Management System (CMS): Prismic
- Frontend Framework: Next.js
- Deployment: Vercel
- Payments: Stripe
Note: If you need to change website content (e.g. text and images) please do so by visiting Prismic.
Here are some use cases of why changes would need to be made to this repository:
- The colours of the website need to be changed
- A new page needs to be introduced into the website
- The design/layout of a prismic slice needs to be modified
Prerequisites
To perform general changes:
- Install required dependencies with
yarn install - Run a local development server with
yarn dev. This will fetch content hosted from prismic. - Navigate to http://localhost:3000/
- Perform desired changes
To modify or introduce new page types, custom types or slices:
- Run
yarn slicemachinein a seperate terminal - Navigate to http://localhost:9999/
- Log into prismic
- Perform desired changes
For more information on modelling content, please refer to the prismic documentation.
If you have an idea or improvement for the website or you would like to make a contribution, please reach out to us at contact@unswadsoc.com
Contributors