Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giraugh/portfolio-2023
Personal portfolio 2023
https://github.com/giraugh/portfolio-2023
Last synced: about 1 month ago
JSON representation
Personal portfolio 2023
- Host: GitHub
- URL: https://github.com/giraugh/portfolio-2023
- Owner: giraugh
- Created: 2023-03-23T03:04:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T09:38:20.000Z (over 1 year ago)
- Last Synced: 2024-12-23T06:41:43.813Z (about 1 month ago)
- Language: Svelte
- Homepage: https://ewanb.me
- Size: 4.14 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio 2023
Ewan Breakey personal portfolio for 2023
## Building
Install npm dependencies
```bash
npm i # or yarn
```Run dev server
```bash
npm run dev # or yarn dev
```