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

https://github.com/jayllyz/escape-react

Escape game company web react app using Farm.
https://github.com/jayllyz/escape-react

farm react

Last synced: 6 months ago
JSON representation

Escape game company web react app using Farm.

Awesome Lists containing this project

README

          

# Escape React 💀

[![CI](https://github.com/Jayllyz/escape-react/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Jayllyz/escape-react/actions/workflows/ci.yml)
[![Biome Badge](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev/)

Escape game company, react app using [Farm](https://github.com/farm-fe/farm) build tools.

## Setup

Install the dependencies:

```bash
pnpm install
```

Start the dev server:

```bash
pnpm dev
```