Skip to content

webistor/webistor-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webistor App - Version 0.3.0 Beta

Webistor is an app that makes it possible to store your links into a database, so that you can find links when you need them. This way extends your memory in an easy way.

How to use?

  1. Go to webistor.net
  2. Create an account

Are you a developer?

This is an open source HTML5 application, built with Brunch and Chaplin. Be welcome to update Webistor as you wish. Fork it!

Technical dept

  • It should be possible to launch Webistor immediately, for example using Docker or Nix

Installing

Prerequisites

  • Install Node From website
  • Install Node Package Manager sudo chown -R $USER /usr/local curl https://www.npmjs.com/install.sh | sh

Installation

  • Clone repository git clone [email protected]:webistor/webistor-app.git
  • Install dependencies cd webistor-app npm install && bower install
  • Compile CoffeeScript brunch build or brunch build --production

Development

Prerequisites

Coding

Testing

You can run the application without backend by issueing brunch watch --server. You will be able to test the output at localhost:3333.

Documentation