We're super excited to be teaming up with the community to build a SaaS Project Management App together!
During the event we'll not only build a Project Management SaaS application together but we'll even put together an awesome marketing landing page with Nuxt.js and ButterCMS.
Use this repo to keep up with the landing page code as it's being worked on live by event speakers.
Look at the nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.