Is a website built with React and hosted on Netlify with a lightning talk for the upcoming Rust London April 20201 meetup.
https://extending-azure-sdk-for-rust.netlify.app/
-
Clone this repo
git clone git@github.com:redbadger/rusty-azure.git
-
Install dependencies
yarn
```sh
yarn start
```
We set a GitHub action that is trigering a deployment to Netlify.
-
Create a git tag with the following syntax,
R.*
, e.g:git tag R.1
-
Push tag to origin
git push --tags