www.daroach.net source code
Dear reader, welcome to my piece of our digial & physical world. Feel free to contibute, distribute, or modify as you wish <3.
Frontend
- Vue 3
- Nuxt 3
- TailwindCSS
Backend
- Docker
- Archlinux
# Install Node Version Manager
yay nvm
# Install nodejs stable
nvm install --lts
# Enter the web root directory
cd www
# Install nodejs packages
npm install
# Run dev server on local port
npm run dev