TryLinks server repository.
Live at here.
Powered by Express, Socket.IO, and more.
First clone this repository using
git clone https://github.com/NickWu007/TryLinks-Server.git
Then build the relevant node modules
npm install
You will also need to supply a secret.js
at the root, as the base of encryption. A template of this file looks like this:
module.exports = {
secret: 'YOUR_OWN_SECRET'
}
After that, the server can be started by using
npm start
If you'd like to contribute back to the core, you can fork this repository and send us a pull request, when it is ready.
If you are new to Git or GitHub, please read this guide first.