Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Patrick edited this page Dec 14, 2022 · 2 revisions

Welcome to Halochat

This is a learn while you go project. It has many components of other projects and you will find links in the code for these projects and other sources of information. The attempt is to make it robust by strong typing, that is why typescript is used.

To used this project locally run

npm run dev

if you want to host your own instance, use nginx or other server software that serve index.html in the dist map

npm run build

Will create this dist folder

This project is very pre alpha and should not be used in production.

Clone this wiki locally