- The Website is built completely using Vue.js, and the data is fetched from Firestore.
- Firestore is a real-time cloud-based database with updates data dynamically.
- Easy to maintain and also be done by a non-technical member.
- Fork the repository and clone it locally.
- Install extra dependencies:
npm install
oryarn
- For running website locally:
npm run serve
oryarn serve
- For the production:
npm run build
oryarn build
and then a directory calleddist
will be created having the build files
Awesome! Contributions of all kinds are greatly appreciated. To help smoothen the process we have a few non-exhaustive guidelines to follow which should get you going in no time.
- Feel free to use GitHub issues for questions, bug reports, and feature requests
- Use the search feature to check for an existing issue
- Include as much information as possible and provide any relevant resources (Eg. screenshots)
- For bug reports ensure you have a reproducible test case
- A pull request with a breaking test would be super preferable here but isn't required
- Squash commits
- Lint your code with eslint (config provided)
- Include relevant test updates/additions
- If you have any issues, feel free to hit us up at [email protected]
- You can also put up queries on GitHub issues here
This website is a clone of the GDG-X Aura template build by Vrijraj Singh.