Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.58 KB

contributions.md

File metadata and controls

63 lines (39 loc) · 1.58 KB

Howdy dev! 👼

Thanks for your interest, we are a big family. 👩‍💻 👨‍💻

Tick.Chat isn't rocket science. 👩‍🚀 👨‍🚀

You can help me for coding, typo, grammar issues or whatever type you want.

Issues / Todos


Backend 🌚

Backend coded in NodeJS. Right here

Dependencies:

Run locally backend server

cd server && npm install && node index.js;

Frontend 🌝

Frontend coded in VueJS.

Dependencies:

Run locally frontend server

# install dependencies
npm install # Or yarn

# serve with hot reload at localhost:8080
npm run dev # Or yarn run dev

# build for production with minification
npm run build # Or yarn run build

# build for production and view the bundle analyzer report
npm run build --report # Or yarn run build --report

For detailed explanation on how things work, checkout the guide and docs for vue-loader


Any problem, please open a issue

🕶