Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/runarmod/runarmod.no

The source code of my website
https://github.com/runarmod/runarmod.no

svelte sveltekit

Last synced: 3 days ago
JSON representation

The source code of my website

Awesome Lists containing this project

README

        

# runarmod.no

Source code of [runarmod.no](https://www.runarmod.no) website.

The website is created with svelte/sveltekit and is hosted on [Vercel](https://vercel.com/).

## Running locally

Follow these steps to run and modify the website locally:

```bash
git clone https://github.com/runarmod/runarmod.no.git
cd runarmod.no/
npm install
npm run dev
```