Skip to content

🚼 Infoside for nye studenter i Abakus

Notifications You must be signed in to change notification settings

webkom/nyiabakus

Repository files navigation

Getting Started

First, install the dependencies using yarn

yarn

Then, run the development server:

yarn dev

The site is then presented on: http://localhost:3000

To modify the dynamically loaded data through sanity go to: http://localhost:3000/studio

Types from Sanity Schemas

If you update or create any sanity schemas make sure to update the types:

yarn sanity:typegen

Note

You never need to define types for anything coming from sanity.

All types from sanity should be inferred on its own if you remember to:

  • declare groq queries as their own variables
  • use defineQuery instead of groq
  • use InferGetStaticProps to create page props.

The sanity studio can be found at https://ny.abakus.no/studio

Contributing`

We would love your contributions. To find out how to, read our CONTRIBUTING.md

About

🚼 Infoside for nye studenter i Abakus

Topics

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 15