Aptitud.se
After clone create .env file and add the environment variables from Netlify
Run the following after clone:
yarn install
To build the project run: (needed before running 'yarn dev' to get content from Instagram and Contentful):
yarn build
To start node dev server with hot reload run:
yarn dev