Files
pixture/README.md

15 lines
127 B
Markdown

# Pixture
## Run a development server
```bash
npm install
npm run dev
```
## Build a static site
```bash
npm run build
```