My personal space
- Clone this repo:
$ git clone https://github.com/ClementBobin/portfolio- Then go to the project's folder:
cd portfolio- Install all dependencies:
npm i- Run locally:
npm run devThe basic file structure for the project is organized in the following way:
.
|-- src
| |-- assets
| | |-- tech
| | |-- People
| | `-- company
| |-- components
| | |-- libStyleCompo
| | |-- ai
| | |-- canvas
| | |-- main
| | `-- sub
| |-- hoc
| |-- icons
| |-- pages
| `-- utils
`-- public
`-- planet
Here you'll find reusable blocks of React components.
Here you'll find default templates for different pages.
Here you'll find a set of utilities.
Here you'll find all the main pages of the site.
Here you'll find some of the CSS, images, and font files.
Here you'll find the other part of the CSS, images, and font files.
MIT License © Clement BOBIN