Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/minagishl/tamariver

The product developed by the team will be rebuilt by me!
https://github.com/minagishl/tamariver

Last synced: 23 days ago
JSON representation

The product developed by the team will be rebuilt by me!

Awesome Lists containing this project

README

        

# tamariver

This code is the client-side code for tamariver.

> **Note:** Currently, I am rebuilding this project by myself, so there is no backend.

## Getting Started

### Prerequisites

- Node.js (version 20 or higher)
- npm

### Installation

1. Clone the repository:

```bash
git clone https://github.com/minagishl/tamariver.git
```

2. Navigate to the project directory:

```bash
cd tamariver
```

3. Install dependencies:

```bash
npm install
```

### Scripts

- **Build:** Build the application for production

```bash
npm run build
```

- **Development:** Run the application in development mode with live reloading

```bash
npm run dev
```

- **Format code:** Format the code using Prettier

```bash
npm run format
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.