Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 193 Bytes

File metadata and controls

19 lines (15 loc) · 193 Bytes

litterbin.dev

Frontend made with Nuxt.js.

Testing

# install packages
npm install

# run dev
npm run dev

Production build

npm run generate

# to preview
npm run preview