Skip to content

Commit fe83eb5

Browse files
committed
Add README to /website
Signed-off-by: Justin Dorfman <[email protected]>
1 parent a94daee commit fe83eb5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

website/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# SCIP-Java Website
2+
3+
## Setup
4+
5+
```bash
6+
$ [email protected]:sourcegraph/scip-java.git
7+
$ cd scip-java/
8+
$ yarn install
9+
```
10+
11+
## Start
12+
13+
```bash
14+
$ cd website/
15+
$ yarn run start
16+
```
17+
18+
## Troubleshoot
19+
20+
```bash
21+
$ yarn global add docusaurus --dev
22+
```

0 commit comments

Comments
 (0)