An open API service indexing awesome lists of open source software.

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

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)