mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-22 19:27:55 +11:00
Colubrina - a simple open source chat platform written in Vue, Vuetify, NodeJS, and Socket.io.
chatchat-appchat-applicationmessagingnodenodejspwasequelizesocket-iosocketiospavuevue2vuejsvuetifyvuetifyjswebappwebsocketwebsockets
backend | ||
patches | ||
public | ||
src | ||
.browserslistrc | ||
.env.example | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
babel.config.js | ||
LICENSE | ||
NOTICE | ||
package.json | ||
README.md | ||
SECURITY.md | ||
vue.config.js | ||
yarn.lock |
Colubrina
Project setup
Rename .env.example to .env and fill it out with your own information.
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Lints and fixes files
yarn lint