/maxime-portfolio

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Maxime Portfolio    

https://maximebeta.netlify.app/

This website is made with react, three and react-three-fiber

Want to use this website as your template for your next project?

1. Clone down the repository

```bash
git clone https://github.com/marc-aurele-besner/maxime-portfolio
```

2. Enter the repo directory

```bash
cd maxime-portfolio
```

3. Install the dependencies

```bash
yarn
```

4. Start localhost server

```bash
yarn start
```