- Clone the repo.
$ git clone https://github.com/rajatsharma/dexter- Install dependencies.
$ yarn
$ dotnet paket update- Start development server with hot reload.
$ yarn dev- Create production build.
$ yarn build- Dexter uses netlify-cli to deploy to Netlify.
$ yarn deploy
- You can also dry run deploys using
$ yarn deploy:dry