We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62aa72b commit 480053fCopy full SHA for 480053f
scala3doc/README.md
@@ -38,6 +38,14 @@ respectively.
38
It's not strictly necessary to go through an HTTP server, but because of CORS
39
the documentation won't work completely if you don't.
40
41
+## Building frontend
42
+
43
+Make sure you have installed `node`
44
45
+- Go to `resources` folder and run: `npm i`
46
+- Start development server and weback in watch mode: `npm run dev`
47
+- Finally, run `sbt scala3/generateTestcasesDocumentation` when you want to preview newest changes
48
49
## CLI Documentation
50
51
CLI command for running our tool is in form: `sbt main -n <name> -o <output> -t <tasty-files> -cp <classpath> -s { <sources> } -d <documentation> ` where:
0 commit comments