Skip to content

Commit

Permalink
add info on doc view with localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Jun 11, 2024
1 parent 4601bd1 commit c41fc54
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,17 @@ With [`sbt`](https://www.scala-sbt.org/download.html) and [`git`](https://git-sc
> sbt package
```

## How to build and see the doc pages using a local server

Run this in linux bash terminal:
```
sbt doc && cd target/scala-3.3.3/api && python3 -m http.server 8080
```
Open Firefox and type this url in the address field:
```
http://localhost:8080/
```

## Intentions and philosophy behind introprog-scalalib

This repo includes utilities to empower learners to advance from basic to intermediate levels of computer science by providing easy-to-use constructs for creating simple desktop apps in terminal and using simple 2D graphics. The utilities are implemented and exposed through an api that follows these guidelines:
Expand Down

0 comments on commit c41fc54

Please sign in to comment.