Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 556 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 556 Bytes

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