https://github.com/mirumee/mirumee-workshop
https://github.com/mirumee/mirumee-workshop
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mirumee/mirumee-workshop
- Owner: mirumee
- Created: 2021-12-06T22:21:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T20:47:58.000Z (over 2 years ago)
- Last Synced: 2025-06-24T00:11:49.486Z (4 months ago)
- Language: TypeScript
- Size: 2.14 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mirumee Workshop #1
## Preview
Preview and edit the example live:
[](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):
[](https://vercel.com/new/git/external?repository-url=https://github.com/mirumee/mirumee-workshop)