My Web Site
Table of Contents
This project requires node and npm. Go check them out if you don't have them locally installed.
# Install gatsby-clie <https://www.gatsbyjs.com/docs/reference/gatsby-cli>
npm install -g gatsby-cli
# Use node-gyp <https://github.com/nodejs/node-gyp#installation>
npm install -g node-gyp
# Clone this repository
git clone https://github.com/joellesenne/joellesenne.dev.git
cd joellesenne.dev
npm install
# OR
yarn install
# Run Gatsby develop
gatsby develop -o
=> Now browse to http://localhost:8000/
🎉 have fun
start-server-and-test develop http://localhost:8000 cy:open
👤 Joël Lesenne
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2021 Joël Lesenne.
This project is MIT licensed.