Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giraugh/portfolio-2022
Personal portfolio 2022
https://github.com/giraugh/portfolio-2022
Last synced: about 1 month ago
JSON representation
Personal portfolio 2022
- Host: GitHub
- URL: https://github.com/giraugh/portfolio-2022
- Owner: giraugh
- License: mit
- Created: 2022-06-15T06:20:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T13:00:21.000Z (almost 2 years ago)
- Last Synced: 2024-12-23T06:41:43.681Z (about 1 month ago)
- Language: TypeScript
- Size: 3.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Giraugh Portfolio 2022
This is the source for my public portfolio hosted at [https://ewanb.me](https://ewanb.me)
The site is built using Solid.js, CSS modules and TypeScript.
## Building and Running
After cloning, install the dependencies
```bash
yarn # or npm
```then simply start the dev server
```bash
yarn dev # or npm run dev
```and navigate to the server in your browser
```bash
open http://localhost:3000
```