Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 598 Bytes

File metadata and controls

31 lines (20 loc) · 598 Bytes

solid-chat.com

Landing page for Solid Chat - decentralized messaging for the web.

Structure

solid-chat.com/          → This repo (landing page)
solid-chat.com/app       → solid-chat/app repo (chat application)

Development

# Clone
git clone https://github.com/solid-chat/solid-chat.github.io.git
cd solid-chat.github.io

# Serve locally
npx serve .

Deployment

This repo is deployed via GitHub Pages with a custom domain (solid-chat.com).

The CNAME file points to solid-chat.com.

License

AGPL-3.0 - See LICENSE