Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 191 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 191 Bytes

foxtrot-web

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