Skip to content

Commit

Permalink
update build instructions in README (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoFerrari committed Aug 28, 2024
1 parent 174d605 commit fa22fcf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ Prerequisites:
* Git : https://git-scm.com/downloads
* Node : https://nodejs.org/en/
* Elm-Platform : https://guide.elm-lang.org/install.html
* Bun : https://bun.sh

Note: I am slowly switching to a new build process, using Bun and esbuild, instead of Node and Webpack.
```bash
npm install
npm start
bun install
bun run newwatch # or newbuild for a one-time build
```

0 comments on commit fa22fcf

Please sign in to comment.