Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 555 Bytes

File metadata and controls

21 lines (13 loc) · 555 Bytes

This website is deployed to https://7daysofcode.art from the master branch.

Prerequisites

You should have NodeJS installed (which installs npm along with it) https://nodejs.org/en/

Building and running

To setup the repo (or after a git pull), run npm install.

npm install

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.