Awesome
<h1 align="center">Dexter</h1>
<h5 align="center">Pokemon search made with F# and Elmish</h5>
<a href="https://github.com/rajatsharma/dexter"><img src="demo.png" alt="dexter-demo"></a>
Prerequisites
Getting Started
$ git clone https://github.com/rajatsharma/dexter
$ yarn
$ dotnet paket update
Development
- Start development server with hot reload.
$ yarn dev
Deployment
$ yarn build
- Dexter uses netlify-cli to deploy to Netlify.
$ yarn deploy
- You can also dry run deploys using
$ yarn deploy:dry
License