walne/README.md

339 B

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:

npm run preview

Docker build:

docker build -t walne .
docker run -p 3000:8000 walne

Look for walne in hscloud repo for deployment info.