https://github.com/celldra/website
My portfolio website
https://github.com/celldra/website
portfolio svelte sveltekit
Last synced: 23 days ago
JSON representation
My portfolio website
- Host: GitHub
- URL: https://github.com/celldra/website
- Owner: celldra
- License: mit
- Created: 2025-01-08T17:22:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T05:19:17.000Z (over 1 year ago)
- Last Synced: 2025-03-18T16:35:38.815Z (about 1 year ago)
- Topics: portfolio, svelte, sveltekit
- Language: CSS
- Homepage: https://celldra.dev
- Size: 590 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My portfolio
This is the source code for my portfolio website hosted at [celldra.dev](https://celldra.dev)
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.