The frontend of the DamStudy project, a platform for students to find and locate study spots in their area. This project is being developed by the Google Developer Student Club - Oregon State University.
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone <repo_url>
- Install NPM packages
npm install
- Create a
.env.localfile in the root directory and add the following environment variableGOOGLE_MAPS_API_KEY=
- Start the development server
npm dev
- Open your browser and go to
http://localhost:5173
Contributions to this project are welcome. For keys, help, and other specific information, please refer to our Discord Community.
Distributed under the MIT License. See LICENSE for more information.
