capybara/README.md

23 lines
263 B
Markdown
Raw Normal View History

# meow
meow
2021-06-11 10:09:29 +00:00
2021-06-11 10:23:07 +00:00
## install
```bash
cd ext-mathml
npm install
cd -
pip3 install --user pygments
raco pkg install $PWD
```
2021-06-11 10:09:29 +00:00
## getting started
```bash
capybara-init my-awesome-website
cd my-awesome-website
nginx -c $PWD/nginx.conf
firefox http://localhost:8080
```