Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 367 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 367 Bytes

Laterz.io website

The website is built using Nuxt. Deployed on Vercel.

Setup

Make sure to install the dependencies

yarn install

Development

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build