Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 446 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 446 Bytes

fish-community.github.io

Fish Community's website

Getting started

Using Bun, install all the needed dependencies:

bun install

To compile your Elm code, run:

bun build:elm

To compile your Sass stylesheets, run:

bun build:css

To see your changes, use any web server. Python itself has a built-in one:

python3 -m http.server