diff --git a/website/README.md b/website/README.md new file mode 100644 index 00000000..a4fc707c --- /dev/null +++ b/website/README.md @@ -0,0 +1,25 @@ +# SCIP-Java Website + +## Setup + +```bash +$ git@github.com:sourcegraph/scip-java.git +$ cd scip-java/ +$ yarn install +``` + +## Start + +```bash +# In one terminal window, requires a Java installation +$ ./sbt "docs/mdoc -w" +# In a separate terminal window +$ cd website/ +$ yarn run start +``` + +## Troubleshoot + +```bash +$ yarn global add docusaurus --dev +``` \ No newline at end of file diff --git a/website/core/Footer.js b/website/core/Footer.js index 0e46e90e..76ae3e83 100644 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -35,8 +35,8 @@ class Footer extends React.Component {