The source for the https://ferron.sh website.
To start the development server, run the following commands:
npm ci
npm run devYou can then access the development server at http://localhost:4321.
To build the website, run the following command:
npm ci
npm run buildThe built website will be located in the dist directory.
To serve the built website, first install Ferron 2. After installing Ferron 2, run the following command:
/path/to/ferron -c ./ferron.kdl # Replace "/path/to/ferron" with the actual path to the Ferron executableYou can then access the served website at http://localhost:8080.