https://github.com/webkom/nyitrondheim
🌇 An introductory website for new Trondheim students
https://github.com/webkom/nyitrondheim
Last synced: 8 months 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T13:01:21.000Z (over 1 year ago)
- Last Synced: 2025-03-28T23:44:04.652Z (about 1 year ago)
- Language: TypeScript
- Homepage: http://nyitrondheim.no
- Size: 44.4 MB
- Stars: 6
- Watchers: 12
- Forks: 1
- Open Issues: 5
-
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
 [](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
```