Skip to content

dhruv035/Decommunev0.2

Repository files navigation

Decommune Membership Marketplace

Setup

To run locally, install the packages using the following command:

yarn

Copy the .env.example file using the following command:

cp .env.example .env.local

Fill the necessary ENV variables and use the following command to start dev server

yarn dev

Deployments

Master branch is deployed at master and the feature/postSubmit branch is deployed at feature/postSubmit