initial commit
This commit is contained in:
commit
3e90445fab
20 changed files with 961 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Gameflow Deck
|
||||
|
||||
## Getting Started
|
||||
|
||||
1. Install dependencies:
|
||||
```bash
|
||||
bun install
|
||||
```
|
||||
|
||||
2. Run in development mode:
|
||||
```bash
|
||||
bun run dev
|
||||
```
|
||||
|
||||
3. Build for production:
|
||||
```bash
|
||||
bun run build
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue