Quake Chat is the first Web3 Social network on Mantle. It uses Orbis SDK and Ceramic Network in the background.
- Link: https://quake.chat
What's included:
Create a .env
file from .env.example
.
This template does not work properly on GitHub Pages. Use Netlify or Vercel instead (make sure to use the npm run generate
command instead of npm run build
there).
If you want to have GIF search implemented, create your own Tenor API Key on Google Cloud Console. Follow the instructions here: https://developers.google.com/tenor/guides/quickstart.
- Project-specific settings in
nuxt.config.ts
- CSS files in the
/public/css/
folder - Favicon and cover/preview images in
/public/img/
folder
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 generate
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.
If you get this error, install cartonne
package in your local node_modules
, but keep it out of package.json
(server does not need this package).
Same goes for the dag-jose
library.