Skip to content
Snippets Groups Projects
Pavel Kirilin's avatar
Pavel Kirilin authored
Feature/pages

See merge request !1
00127aca
History

Corporate systems

Perform following steps to comfortably start developing.

  1. Enable in Idea autoreloading project.
    • Settings -> Build, execution .. -> Compiler -> Build project automatically
  2. Enable File Watcher for statics as sa
    • Install "File Watchers" plugin
    • Enable it to compile sass and coffee on change.
  3. Run docker-compose up
  4. Change permissions on target folder
    • chown $USER target/ You're awesome.