Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 429 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 429 Bytes

ExLinks

Installing

Go to the proper homepage and follow the instructions there.

Building

  1. Install Node.js if you don't have it.
  2. Clone the repository.
  3. Run npm install in the repo directory to install the relevant modules.
  4. Build with npm run build

Developing

  • Run npm start for continous builds when relevant script files are updated.