Skip to content
/ talo Public

Editable start- / homepage - bookmark collection manager

License

Notifications You must be signed in to change notification settings

maccypher/talo

Repository files navigation

Talo RSS

Talo

Credits / Thanks

Gulp-Tasks

Thanks to Mupat for the Gulp-Tasks and the whole support for this little project.

talo

An editable start- / homepage - bookmark collection manager

Requirements:

  • NodeJS
  • NPM

Installation

run:

npm install

Start server for development

To run the app locally in a node server environment, you have to define a PORT number when starting the server:

PORT=7000 npm start

If you wanna have livereload included while developing and watch your files, run (PORT number is required as well):

PORT=7000 npm run watch

Build process

To build your app:

npm run build:local