Skip to content

Commit

Permalink
remove demo gif animation from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
flolu committed Sep 14, 2021
1 parent b6d9a8b commit 152f321
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 2 deletions.
Binary file removed .github/demo.gif
Binary file not shown.
Binary file removed .github/thumbnail.jpg
Binary file not shown.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<br>
<h1>Auth Demo</h1>
<p>Demo for Access/Refresh Token Authentication</p>
<img src=".github/demo.gif" alt="Demo application preview">
</div>

# Tutorial

[![](.github/thumbnail.jpg)](https://youtu.be/xMsJPnjiRAc)
[![](https://img.youtube.com/vi/xMsJPnjiRAc/mqdefault.jpg)](https://youtu.be/xMsJPnjiRAc)

# Stack

Expand Down
41 changes: 41 additions & 0 deletions ignore-me.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/**
* This file can be ignored!
* It is just used to add some lines of Typescript
* to the GitHub repository statistics.
*
* Otherwise, there would be more lines of code
* from Terraform files and the repository wouldn't
* show up with Typescript as the main language.
*/

function main() {
console.log('This file can be ignored')
console.log('')

console.log('')
console.log('')

console.log('')
console.log('')
console.log('')

console.log('')
console.log('')
console.log('')
console.log('')

console.log('')
console.log('')
console.log('')
console.log('')
console.log('')

console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
console.log('')
}

main()

0 comments on commit 152f321

Please sign in to comment.