Zusammen Zuhause is a web application for collecting and offering online events for everyone staying at home (alone). 🏠 💻
The project was initiated as part of the #WirvsVirus hackathon.
After clonining the project, use the package manager npm to install the project.
npm install
To complete the installation, you need a valid Firebase config. Please get in contact or set up your own firebase environment.
Add FirebaseConfig.js
to the src\
folder of the project.
Use npm or yarn to run the project.
The following commands are similar using yarn, just replace npm
with yarn
.
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Please open an issue first to discuss what you would like to change. Pull requests are welcome, please use pull requests for merging into master branch.
Please make sure to update tests as appropriate.
This project was bootstrapped with Create React App. You can learn more on how to get started in the Create React App documentation.
To learn React, check out the React documentation.