To use this template, your computer needs:
- Node.js (>= 16.x.x) is used to run the build processes. https://nodejs.org/en/download/
- Test: run
node -vin the terminal
- Install depedencies
npm install- To start development server (running on port 3000 with live reload)
npm run dev- To build for production
npm run buildThe website is already built, and the compiled filed are in the dist folder.
For production deployment, use the files in the dist folder. You can, for example, copy the contents to /var/www/html or any other directory served by your web server.