minesochism/README.md

21 lines
226 B
Markdown
Raw Permalink Normal View History

2021-12-10 00:25:30 +01:00
# Sandstone project
To build the datapack, run:
```ts
npm run build
// or
yarn build
// or
sand build
```
To automatically rebuild the datapack on each change, run:
```ts
npm run watch
// or
yarn watch
// or
sand watch
```