This is a static generated React project created using Gatsby and Contenful
A working version of the project can be seen at:
https://octosoftprofessionals.com/
- Clone this repo
- Run
npm install
- Add a
.env.development
file on the root of the project with the next variables:
REACT_APP_SPACE=<your_contenful_app_space>
REACT_APP_ACCESS_TOKEN=<your_react_contenful_access_token>
- Run
npm run dev
to start the web server. This will open the landing page
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:8000 to view it in the browser.
The page will reload if you make edits.
Builds the app for production to the public/
folder.