C7 Dev portfolio website build using React and Gatsby.
-
Clone the repo
-
Install dependencies
Navigate to the sites directory and run:
npm install
oryarn install
-
Available Scripts
npm start
oryarn start
will start the development server onhttp://localhost:8000/
.npm test
oryarn test
will run the Jest unit tests.More scripts available within
package.json
.