-
Install Node.js.
$ brew install node
-
Clone this repo and
cd
into the directory. -
Install all dependencies.
$ npm install
-
Start the development mode.
$ npm start
-
Open your browser and navigate to
http://localhost:3000/
.
- In a new terminal tab, but still in this project directory, run
cd sanity
. - To run the Sanity studio, run
npx sanity start
. - To deploy any changes, run
npx sanity deploy
.
- React.js
- HTML/CSS
- styled-components
- Sanity.io