Angular 7.2.3 website for Give+Seek, a platform for human connection and support when we need it most.
View the website here: https://nwhacks2019.github.io/frontend/
First, install Angular.
To set up the website locally, run:
ng serve
And open the website at http://localhost:4200/. The app will automatically reload if you change any of the source files.
To build the website generically for deployment, run:
ng build
The build artifacts will be stored in the dist/
directory. These are ignored by Git and will not be tracked by version control.
Our website is built and hosted on GitHub Pages. Any changes made to the source code will not be reflected on the deployed website unless the GitHub Pages files are rebuilt.
Rebuild the GitHub Page by running the following:
./scripts/deploy-gh-pages
Commit and push the changes made to the docs/
directory, and the deployed site will update.