From 3b5af12a23f60f461fe3429a0af74db4632872ee Mon Sep 17 00:00:00 2001 From: Rashmi V Abbigeri <41290852+Rashmi-278@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:20:26 +0530 Subject: [PATCH] Create README.md --- daostar-website/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 daostar-website/README.md diff --git a/daostar-website/README.md b/daostar-website/README.md new file mode 100644 index 0000000..95c2a51 --- /dev/null +++ b/daostar-website/README.md @@ -0,0 +1,15 @@ +# Daostar.org website + +Daostar.org website is deployed on Netlify +https://github.com/metagov/daostar/tree/main/daostar-website + +## Build and Deployment Instructions + +- Navigate to daostar-website folder and run the below commands +```npm install``` + +```npm run build``` + +```npm run start``` + +The environment variable for this have been configured with netlify deployment