An open API service indexing awesome lists of open source software.

https://github.com/samzhang02/mchack-snowmate


https://github.com/samzhang02/mchack-snowmate

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Logo

# 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
```