# walne ## Quick start 1. `npm install` 2. Copy `.env.example` to `.env` and configure 3. `npm run dev` ## Building and deploying You can preview the production build with: ```sh npm run preview ``` Docker build: ```sh docker build -t walne . docker run -p 3000:8000 walne ``` Look for `walne` in hscloud repo for deployment info.