Skip to content

Commit

Permalink
Update intro
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Apr 18, 2024
1 parent 5007bb0 commit 1995fce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Pine

Cross-platform runtime environment for the Elm programming language
Pine is a runtime for the Elm programming language.
It's built on .NET and runs on Linux, Windows, and macOS.

Pine integrates web server and database management system, automating the persistence and maintenance of application state and database migrations.

Expand Down
4 changes: 3 additions & 1 deletion implement/website/pinevm/src/Frontend/Page/Home.elm
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ import Frontend.Visuals as Visuals

view : Element.Element e
view =
[ "Cross-platform runtime environment for the Elm programming language"
[ "Run Elm Everywhere"
|> headingElementFromLevel 2
, "Pine is a runtime for the Elm programming language. It's built on .NET and runs on Linux, Windows, and macOS."
|> View.paragraphFromText
, "Pine integrates web server and database management system, automating the persistence and maintenance of application state and database migrations."
|> View.paragraphFromText
, "The integrated Elm compiler offers various interfaces supporting the automatic generation of Elm code at build time. This automation frees applications from boilerplate and glue code and allows us to focus on business logic."
Expand Down

0 comments on commit 1995fce

Please sign in to comment.