Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 972 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 972 Bytes

owomaniya-website

oWomaniya is for women in tech, where we will create a web/mobile app or a portal to help, educate and support women.

Dependencies

How to install and run

$ npm install
$ npm start

Open http://localhost:8800 to see on your local environment.

Builds

$ gulp release:oWomaniya

Which creates build and dist folder will be generated inside public folder.

Deploy

$ firebase deploy

before that Make sure you have Firebase CLI installed on your machine globally.

$ npm install -g firebase-tools

You have access for that firebase project.

try $ firebase login

Initialize your site using $ firebase init and then try to deploy using $ firebase deploy. for more detail