This repository contains the code of Creativezone assignment.
To run this project make sure to have node.js version 16 & yarn installed. Then run:
yarn install --frozen-lockfileCopy the environment variables example file from example.env to .env and update as needed.
Then build project:
yarn buildTo start run:
yarn startNow navigate to http://localhost:3000.