Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 950 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 950 Bytes

TryLinks Server

TryLinks server repository.

Live at here.

Powered by Express, Socket.IO, and more.

Usage

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

Notes to Contributors

Fork TryLinks server

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.