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.
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
.
See INSTALLATION.md.
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.
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.