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

https://github.com/mirumee/mirumee-workshop


https://github.com/mirumee/mirumee-workshop

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Mirumee Workshop #1

## Preview

Preview and edit the example live:

[![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/mirumee/mirumee-workshop)

## Setup

1. Clone the repository

```bash
git clone https://github.com/mirumee/mirumee-workshop.git
```

2. Install the packages

```bash
npm i
```

3. Run

```bash
npm run dev
```

4. Open your browser at `http://localhost:3000/`

## Deploy

Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/mirumee/mirumee-workshop)