https://github.com/topekodev/website
Personal website
https://github.com/topekodev/website
mdsvex static sveltekit
Last synced: 3 months ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/topekodev/website
- Owner: topekodev
- Created: 2023-10-31T18:24:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T16:28:51.000Z (11 months ago)
- Last Synced: 2025-01-14T07:11:23.543Z (5 months ago)
- Topics: mdsvex, static, sveltekit
- Language: Svelte
- Homepage: https://tomikoskinen.com
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# website
## Developing
```bash
# Install dependencies
bun install# Start development server
bun dev
```## Building
```bash
bun run --bun build
```