Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webkom/nyitrondheim
🌇 An introductory website for new Trondheim students
https://github.com/webkom/nyitrondheim
Last synced: 27 days ago
JSON representation
🌇 An introductory website for new Trondheim students
- Host: GitHub
- URL: https://github.com/webkom/nyitrondheim
- Owner: webkom
- Created: 2014-03-27T17:19:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T11:31:30.000Z (6 months ago)
- Last Synced: 2024-08-03T18:13:47.894Z (4 months ago)
- Language: TypeScript
- Homepage: http://nyitrondheim.no
- Size: 44.4 MB
- Stars: 6
- Watchers: 13
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ntnu - Ny i Trondheim - An introductory website for new Trondheim students. (Websites)
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
```