Under the initiative of Women Techmakers by Google, the Ahmedabad chapter WTMAhmedabad hosts the International Women's Day (IWD) Celebration each year to recognize, commemorate, know the empowering journeys and the spectacular achievements of the #WomenInTech around us. This is the official web application of IWD Celebration at WTM Ahmedabad. The repository is available to clone and you can make your own by forking it. Follow the below-described steps for a detailed description.
| Feature | Description |
|---|---|
| Fast and optimized | PWA on Lighthouse |
| Works offline | Can works offline |
| Mobile first | Mobo Friendly Web app can be installed as a native app on your phone |
| SEO optimized | index all content and get to the top in search results |
| Easy in management | keep and update all information in the JSON File |
-
Fork repository and clone it locally
-
Install project dependencies:
npm install -
Compiles and hot-reloads for development:
npm run serve -
Update Firebase Web Setup & Basic Info, manifest.json and Resources
-
Setup Environment for the Firebase deployment
- Install Firebase CLI:
npm i -g firebase-toolsoryarn global add firebase-tools
- Install Firebase CLI:
-
Create Firebase account and login into Firebase CLI:
firebase login -
Update
.firebasercfile{ "projects": { "default": "Your_Firebase_Project_ID" } }
-
Open Terminal/CMD/Powershell in your dir.
-
Now type
firebase logincommand in your Terminal/CMD/Powershell. -
Type
firebase init. -
Select the project by using the arrow keys.
-
Then Select the
Firebase Hostingby using Spacebar and arrow key. -
Click
Nofor Single page web app. -
Type
dist. -
Some by default file will be created successfully.
-
Move the cloned source file in
distdir. -
Run locally
firebase serveornpm run serveoryarn serve
-
Build and deploy
firebase deployornpm run deployoryarn deploy
npm run test
npm run lint
| Community Name | Project Link |
|---|---|
| GDG Jalandhar | View Now |
Project is published under the MIT license.