Skip to content

A blockchain-based alternative to traditional email and messaging. This app allows users to communicate on-chain in a self-custodial manner, ensuring security and preserving data ownership.

License

Notifications You must be signed in to change notification settings

immu3-io/app.immu3.io

 
 

Repository files navigation

BlockMail & BlockChat White Label App

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.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

# yarn
yarn dev

# npm
npm run dev

# pnpm
pnpm dev

Production

Build the application for production:

# yarn
yarn build

# npm
npm run build

# pnpm
pnpm build

Locally preview production build:

# yarn
yarn preview

# npm
npm run preview

# pnpm
pnpm preview

Check out the deployment documentation for more information.

About

A blockchain-based alternative to traditional email and messaging. This app allows users to communicate on-chain in a self-custodial manner, ensuring security and preserving data ownership.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 71.0%
  • TypeScript 28.1%
  • JavaScript 0.9%