Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
b-studios committed Nov 7, 2023
1 parent 1de6e10 commit 9cd3d9b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,21 @@ effektJS> fullOptJS
[info] Full optimizing ./js/target/scala-2.13/effekt-opt.js
```

2. Move the resulting `effekt-opt.js` to `src/effekt.js` in the website repo.
2. Move the resulting `effekt/js/target/scala-$VERSION/effekt-opt.js` to `src/effekt.js` in the website repo.

3. In the website repo, run `webpack`:
```
> webpack
```

This will generate a bunch of packed js files.

### Building the Website Locally
The website is built with [jekyll](https://jekyllrb.com/) and requires a ruby installation.

Follow instructions on the Jekyll website to install jekyll (which requires Ruby) and serve the website locally with
```
bundle exec jekyll serve
```


0 comments on commit 9cd3d9b

Please sign in to comment.