Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 314 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 314 Bytes

blog.vararu.org

Install dependencies:

yarn

Run locally:

yarn now dev
open http://localhost:3000

Deploy:

yarn deploy

Run cypress end to end tests:

yarn cypress open # Interactive test runner
# or
yarn cypress run # Headless

License

MIT.