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
- Host: GitHub
- URL: https://github.com/titouancreach/portfolio
- Owner: titouancreach
- Created: 2018-02-27T11:53:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T11:09:42.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T17:45:06.250Z (9 months ago)
- Topics: ghpages, portfolio, reactjs
- Language: JavaScript
- Homepage: https://titouancreach.github.io/portfolio/#/
- Size: 7.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```