mirror of
https://github.com/cloudstack-llc/msty-docs.git
synced 2026-07-18 18:54:38 -04:00
21 lines
288 B
Markdown
21 lines
288 B
Markdown
## Getting started
|
|
|
|
### Dependencies
|
|
The latest version of NodeJS. bun, pnpm, npm, or yarn. We recommend using bun.
|
|
|
|
```bash
|
|
# if using npm
|
|
npm install
|
|
|
|
# if using bun
|
|
bun install
|
|
```
|
|
|
|
## Development Server
|
|
|
|
Start the development server on http://localhost:3000
|
|
|
|
```bash
|
|
bun run dev
|
|
```
|