Ambr is a kanban-board styled project planner, similar to tools like Trello. The main difference is, that it's open source.
-
Open your terminal and use
cdto navigate to a folder of your choice, for exampleprograms/. -
Install git
-
Use
$ git clone https://github.com/SanoHD/ambr.gitTo download ambr from GitHub. It will automatically create a folder for ambr, for example programs/ambr.
-
Navigate into that folder by typing
cd ambr -
Install npm and type the following things in your terminal:
$ npm installThis will install all the important modules ambr will use, for example Electron.
- Type in the following every time you want to start (make sure you are in
programs/ambror whatever path you chose)
$ npm startambr can be customized quite easily by modifying the .css files in ambr/src/css/.
Some examples:
In fonts.css, change the paths in url() to modify the font families in ambr. Make
sure these fonts are in ambr/src/fonts/
In main.css, you can change all the values between :root { and } to change the main colors.
