https://github.com/nicklasfrahm-dev/website
The repository for my personal website.
https://github.com/nicklasfrahm-dev/website
personal-website svelte
Last synced: about 1 year ago
JSON representation
The repository for my personal website.
- Host: GitHub
- URL: https://github.com/nicklasfrahm-dev/website
- Owner: nicklasfrahm-dev
- Created: 2024-12-08T19:25:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-30T19:36:26.000Z (about 1 year ago)
- Last Synced: 2025-05-11T18:06:19.467Z (about 1 year ago)
- Topics: personal-website, svelte
- Language: Svelte
- Homepage: https://nicklasfrahm.dev/
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Website
This repository contains the code for my personal website. It is built using [SvelteKit][svelte-kit] and [Flowbite Svelte][flowbite-svelte]. I am using [GitHub Pages][github-pages] to host it.
## Developing
Make sure to have a recent LTS of [Node][node] installed. We recommend using [nvm][nvm] to manage Node versions.
```bash
# Install dependencies.
npm ci
# Start the development server.
npm run dev
# Start the server and open the app in a new browser tab.
npm run dev -- --open
```
## Building
To create a production version of the app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
[node]: https://nodejs.org/
[nvm]: https://github.com/nvm-sh/nvm
[svelte-kit]: https://kit.svelte.dev/
[flowbite-svelte]: https://flowbite.com/svelte
[github-pages]: https://pages.github.com/