fanzine/README.md

28 lines
525 B
Markdown
Raw Normal View History

2022-03-23 14:22:45 +00:00
# Fanzine
2022-03-29 13:23:10 +00:00
## Compile Reason
```
npm install
npx rescript
npx webpack-cli
```
2022-03-23 14:22:45 +00:00
## Add the extension to Firefox
1. Run `about:debugging`
2. Click on "This Firefox"
3. Click on "Load a temporary module"
4. Select Fanzine's `manifest.json` file on your file system
5. Click "Refresh" if your modification does not appear automatically
2022-03-30 13:49:07 +00:00
## Vim plugin
For vim > 8.x
```bash
git clone https://github.com/rescript-lang/vim-rescript ~/.vim/pack/all/start/vim-rescript
```
https://github.com/rescript-lang/vim-rescript