This is a sidebase merino app created by running npm create sidebase@latest
. This project uses the following technologies for a great developer and user experience:
- TypeScript
- Nuxt 3
- Tailwind CSS
Make sure to install the dependencies:
npm install
Start the development server on http://localhost:3000
npm run dev
Build the production application:
npm run build
Locally preview production build:
npm run preview