Skip to content

Latest commit

 

History

History

demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ETH Library LAB logo

Filsat - A transition platform for open source code and online coding tutorials.

An Initiative for human-centered Innovation in the Knowledge Sphere of the ETH Library Lab.

Table of contents

Getting Started

A demo application for tasks creation and edition. On one side, this application act as a coding tutorial demo and on the other side, act as a client to create project and tasks.

Installation

See INSTALLATION.md.

Run

To run locally the application, run the following command:

npm run start

Once the server up and running, you could browse the application locally at the address http://localhost:3333.

Production

To build a production ready version of this application run the following command:

npm run build

Once the build completed, you could now copy all the files contained in the folder www to your web server.

License

MIT