https://github.com/webkom/nyiabakus
🚼 Infoside for nye studenter i Abakus
https://github.com/webkom/nyiabakus
abakus fadderperioden
Last synced: 12 months ago
JSON representation
🚼 Infoside for nye studenter i Abakus
- Host: GitHub
- URL: https://github.com/webkom/nyiabakus
- Owner: webkom
- Created: 2023-04-25T17:07:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T15:25:26.000Z (almost 2 years ago)
- Last Synced: 2024-08-25T15:29:12.438Z (almost 2 years ago)
- Topics: abakus, fadderperioden
- Language: TypeScript
- Homepage: https://ny.abakus.no
- Size: 1.61 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## Getting Started
First, install the dependencies using yarn
```bash
yarn
```
Then, run the development server:
```bash
yarn dev
```
The site is then presented on: [http://localhost:3000](http://localhost:3000)
To modify the dynamically loaded data through sanity go to: [http://localhost:3000/studio](http://localhost:3000/studio)
## Types from Sanity Schemas
If you update or create any sanity schemas make sure to update the types:
```bash
yarn sanity:typegen
```
Dont create types based on schemas yourself, instead use the ones generated by this to avoid making wrong types.
## Contributing
We would love your contributions. To find out how to, read our [CONTRIBUTING.md](./CONTRIBUTING.md)