-
Download SDK. Dartium included in SDK and can be found in <dart-sdk>/chromium
-
extract to some folder, for example /opt/dart
-
app to shell PATH folder /opt/dart/dart-sdk/bin example:
export PATH=/opt/dart/dart-sdk/bin:$PATH
- clone this repo
git clone [email protected]:WelkeGlobal/transnode-frontend.git
- run
pub getin app root to get needed dependencies
cd transnode-frontend
pub get
- serve static files from
webdirectory
All changes should be in .less file. transnode.less must only have @import
cd web/style
lessc --clean-css transnode.less ../transnode.css