Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 880 Bytes

README.rst

File metadata and controls

54 lines (32 loc) · 880 Bytes

Skeleton for creating your new project based on Sinetja.

See also:

Run in development mode

sbt/sbt run

Create project

To create Eclipse project:

sbt/sbt eclipse

To create IntelliJ project:

sbt/sbt gen-idea

You then can run the project inside Eclipse or IntelliJ.

Distribute

To package for distribution:

sbt/sbt xitrum-package

Directory target/xitrum will be created.

To run:

cd target/xitrum
script/start

It will run main method in class skeleton.App. Please modify the start script if you want to run other.