Skip to content

aptitud/aptitud.se

Repository files navigation

Aptitud.se

Netlify Status

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