Skip to content

iggy-social/quake-chat

Repository files navigation

Quake Chat

Quake Chat is the first Web3 Social network on Mantle. It uses Orbis SDK and Ceramic Network in the background.

What's included:

.env

Create a .env file from .env.example.

Hosting

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).

GIFs

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.

Customize

  • Project-specific settings in nuxt.config.ts
  • CSS files in the /public/css/ folder
  • Favicon and cover/preview images in /public/img/ folder

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

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

npm run dev

Production

Build the application for production:

npm run generate

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

Errors

Could not resolve cartonne / dag-jose

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published