Meetup Pak is a revolutionary web application designed to transform the world of event planning within the meetup sector. Powered by the robust combination of Firebase and Angular technologies, Meetup Pak offers an unparalleled, seamless, and dynamic solution for event organizers and attendees alike.
Clone the project
git clone https://github.com/HackStackPakistan/hspk-23-binary-bots.gitGo to the project directory
cd hspk-23-binary-botsInstall dependencies
npm installStart the server
npm run startTo the build locally
npm run buildFor build directory go to the project directory\dist
cd hspk-23-binary-bots\distTo deploy this project run
npm run deployTo run this project, you will need to add the following environment variables to your .env file. Initialize Firebase configuration and begin using the SDKs for the Meetup Pak web app.
NG_APP_APIKEY
NG_APP_AUTHDOMAIN
NG_APP_PROJECTID
NG_APP_STORAGEBUCKET
NG_APP_MSGSENDERID
NG_APP_APPID
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.