Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

SCIP-Java Website

Setup

$ git@github.com:sourcegraph/scip-java.git
$ cd scip-java/
$ yarn install

Start

# In one terminal window, requires a Java installation
$ ./sbt "docs/mdoc -w"
# In a separate terminal window
$ cd website/
$ yarn run start

Troubleshoot

$ yarn global add docusaurus --dev