create-narrat
Version:
A tool to automatically create a narrat game
17 lines (10 loc) • 327 B
Markdown
## create-narrat
# Creating your first Narrat game
> **Compatibility Note:**
> Narrat requires [Node.js](https://nodejs.org/en/) version 16+.
With NPM:
```bash
$ npm create narrat@latest
```
Then follow the prompts!
This package is inspired by [create-vite](https://github.com/vitejs/vite/tree/main/packages/create-vite)