Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 484 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 484 Bytes

saasmakers-web

SaaS Makers website.

Copyright 2023, SaaS Makers

Build Setup

Built with Nuxt. See the commands below for reference on how to build the website, or develop.

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build static assets for production
$ npm run build

# run all tests
$ npm test

# run lints
$ npm run lint

# clean all static assets previously built
$ npm run clean