Skip to content

saasmakers/saasmakers-web

Repository files navigation

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