https://github.com/fmaclen/fernando.is
My portfolio website featuring recent projects
https://github.com/fmaclen/fernando.is
personal-website portfolio svelte sveltekit
Last synced: 12 months ago
JSON representation
My portfolio website featuring recent projects
- Host: GitHub
- URL: https://github.com/fmaclen/fernando.is
- Owner: fmaclen
- Created: 2019-10-07T06:36:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T20:05:14.000Z (over 1 year ago)
- Last Synced: 2025-03-27T14:50:07.787Z (about 1 year ago)
- Topics: personal-website, portfolio, svelte, sveltekit
- Language: Svelte
- Homepage: https://fernando.is
- Size: 22.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fernando.is

## Developing
Once you've created a project and installed dependencies with `npm install`, 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`.