SSR application powered by Nuxt ecosystem.
This project contains the following stack:
Make sure to install the dependencies:
pnpm
Start the development server on http://localhost:3000
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview