Skip to content

portals-project/Hello-World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World

This is a sample project using the Portals framework. For more information, go to the Portals Website, or the Portals Project on GitHub. You can also check out the Tutorial which includes this example.

To compile and run the example using SBT, run the following commands:

sbt compile;
sbt run;

Note

Portals has not yet been published to Maven Central. The Portals Project can be published locally using the sbt publishLocal command. To use Portals in your project, import the local snapshot instead: libraryDependencies += "org.portals-project" %% "portals-core" % "0.1.0-SNAPSHOT".

Releases

No releases published

Packages

No packages published

Languages