Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```