Elmstatic is a static site generator written in Elm.
For detailed documentation and usage instructions, please refer to the official Elmstatic documentation.
To install Elmstatic, you need to have Elm and Node.js installed on your system.
- Install Elm by following the instructions on Elm's official website.
- Install Node.js by following the instructions on Node.js's official website.
- Once Elm and Node.js are installed, you can install Elmstatic globally using npm:
npm install -g elmstatic
elmstatic build
elmstatic watch
browser-sync start --server --files "." --no-ui --reload-delay 500 --reload-debounce 500