capybara/README.md

23 lines
263 B
Markdown

# meow
meow
## install
```bash
cd ext-mathml
npm install
cd -
pip3 install --user pygments
raco pkg install $PWD
```
## getting started
```bash
capybara-init my-awesome-website
cd my-awesome-website
nginx -c $PWD/nginx.conf
firefox http://localhost:8080
```