https://github.com/samzhang02/mchack-snowmate
https://github.com/samzhang02/mchack-snowmate
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samzhang02/mchack-snowmate
- Owner: SamZhang02
- Created: 2023-01-29T21:00:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T16:25:15.000Z (over 3 years ago)
- Last Synced: 2025-10-11T04:56:46.624Z (8 months ago)
- Size: 1.81 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Official Snowmate App Repository
View our project on Devpost:
https://devpost.com/software/snowmate
---
## Dependencies
#### NodeJS:
> https://nodejs.org/en/download
#### Git:
> https://git-scm.com/downloads
#### Yarn:
> https://classic.yarnpkg.com/en/docs/install
---
## How to Run
1. Clone the git repository:
```
git clone https://github.com/Yabuyeet/snowmate
```
2. cd into the root folder and run (this will install all packages):
```bash
yarn
```
3. If installation is successful (no errors), you can launch the application:
```bash
yarn dev
```