Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/runarmod/runarmod.no
- Owner: runarmod
- Created: 2023-07-02T18:12:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T12:53:24.000Z (7 months ago)
- Last Synced: 2024-06-22T21:16:14.824Z (7 months ago)
- Topics: svelte, sveltekit
- Language: Svelte
- Homepage: https://runarmod.no
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```