Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/webkom/nyitrondheim

🌇 An introductory website for new Trondheim students
https://github.com/webkom/nyitrondheim

Last synced: about 2 months ago
JSON representation

🌇 An introductory website for new Trondheim students

Awesome Lists containing this project

README

        

# Ny i Trondheim

![node](https://badgen.net/badge/node/16/green/) [![Build Status](https://ci.webkom.dev/api/badges/webkom/nyitrondheim/status.svg)](https://ci.webkom.dev/webkom/nyitrondheim)

Use [Sanity](https://www.sanity.io/) to provide useful information to new students in Trondheim

## Setup

```bash
# Sanity (./sanity)
$ yarn # install
$ yarn dev # Run sanity dev

# Server (./)
$ yarn # install
$ yarn dev # Run dev server
```

This project uses prettier and eslint.

```bash
$ yarn lint # Check linting
$ yarn prettier # Format all files with prettier
```