Skip to content

halilcanavsar/unwindtime

 
 

Repository files navigation

Getting Started with Unwind

Firebase Setup

  1. Go to Firebase console at https://bit.ly/39OF9xB and create a new project.\
  2. In the project overview, add a web app.\
  3. Create a .env file and fill it with your Firebase keys.\
  4. Setup authentication on Firebase, enabling email/password and Google as providers.\
  5. Setup Firestore database.\
  6. Create a folder in the Storage with the name 'profilePics'. Under Rules, set ' read , write ' to true.

Google Map Setup

Get a Google API key and add it to the .env file.

Available Scripts

In the project directory, you can run:

npm install

Install all dependencies or devDependencies from a package. json file to run the project.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches Cypress end-to-end testing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 52.0%
  • TypeScript 40.9%
  • CSS 6.7%
  • HTML 0.4%