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

https://github.com/titouancreach/portfolio

The source code of
https://github.com/titouancreach/portfolio

ghpages portfolio reactjs

Last synced: 7 months ago
JSON representation

The source code of

Awesome Lists containing this project

README

          

# portfolio

The source code of https://titouancreach.github.io/portfolio/.

To run locally:

```shell
npm && npm start
```

Build for production:

```shell
npm run build
```

Deploy to gh pages

```shell
npm run deploy
```

Format code using prettier

```shell
npm run format
```