1. Please **go to [Releases](https://github.com/dani3l0/honey/releases) and download latest archive** with prebuilt assets (not the source code).
2. Extract downloaded archive to your webserver root.
3. You're done!
4. Also, don't forget about [configuration](#configuration)!
**Note:** honey is written in **pure**`HTML``CSS``JS` so dynamic backend or special webserver configuration is not required. All operations are done client-side.
honey is built on top of [Vite.js](https://vitejs.dev/). This tool allows for faster development and offers various code optimizations.
Before proceeding, make sure you have all the requirements installed:
```
npm i
```
### Live server
This will spin up a HTTP server on [localhost:5173](http://localhost:5173/) and after each file write, UI will be automatically reloaded so there is no need to `ALT`+`TAB` to check the results.
```
npm run dev
```
### Build
This command will link and optimize project assets to take less space and require less bandwith. Optimized assets will be stored in `dist` directory.