Categorygithub.com/vcscsvcscs/chongo-app
repositorypackage
0.0.0-20221017083446-9fcd9d567c8a
Repository: https://github.com/vcscsvcscs/chongo-app.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Chongo-app

Chongo App is a modular webapp that anyone can selfhost for their community. Current modules(Quiz,Chat).

Note that you will need to have NPM,GO,MongoDB installed.

Get started

Install the dependencies...

npm install

If you're using Visual Studio Code we recommend installing the official extension Svelte for VS Code and the official extension Go. If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.

Development mode

The following command starts the go server on port 8888 and 4443 and every modification you make in the svelte files are live on it.

npm run dev

Building and running in production mode

To create an optimised version of the app:

npm run build

You can run the newly built app with npm run start.