- Node.js 16.x
- Clone this repository
git clone https://github.com/haruaki07/inventory.git
cd inventory
- Install node dependencies
npm install
- Build tailwindcss
npm run build
- Add .env file, then set the value as you like
# first copy .env.example to .env
cp .env.example .env
- Run
# development
npm run dev
# or in production
npm run start
# or in production with pm2
npm run start:prod