8000
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 058618c commit bb5817bCopy full SHA for bb5817b
README.md
@@ -3,6 +3,16 @@
3
4
This repository contains the source for the Scala documentation website, as well as the source for "Scala Improvement Process" (SIP) documents.
5
6
+## Quickstart ##
7
+
8
+To build and view the site locally:
9
10
+ gem install bundler
11
+ bundle install
12
+ bundle exec jekyll serve -I
13
14
+For more details, read on.
15
16
## Contributing ##
17
18
Please have a look at [http://docs.scala-lang.org/contribute.html](http://docs.scala-lang.org/contribute.html) before making a contribution.
0 commit comments