This repository contains the codebase for the BlockMail & BlockChat white label application, built using Nuxt 3. BlockMail & BlockChat are privacy-focused apps, allowing users to manage emails and messages securely.
Look at the Nuxt 3 documentation to learn more about the framework used in this project.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm installStart the development server on http://localhost:3000
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm devBuild the application for production:
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm buildLocally preview production build:
# yarn
yarn preview
# npm
npm run preview
# pnpm
pnpm previewCheck out the deployment documentation for more information.