This is a project built with React, Next.JS and Contentful.
In order to start this project it is necessary to go through the following steps:
Comming soon...
- clone this project:
git clone https://github.com/ajdurancr/ajdurancr.com.git
- step into the project's folder:
cd ajdurancr.com
- install the project's dependencies:
npm install
- create a .env file (if running the project locally) and/or set the environment variables required to connect to contentful:
CONTENTFUL_SPACE
: Contentful Space IDCONTENTFUL_ACCESS_TOKEN
: Contentful CDA Access Token
In order to start the project run:
npm run dev
for development modenpm start
for production mode