Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (38 loc) · 837 Bytes

getting-started.md

File metadata and controls

42 lines (38 loc) · 837 Bytes
id title sidebar_label
getting-started
Getting started
Getting started
<style> .mainContainer { -webkit-animation: hideonload 2s; -moz-animation: hideonload 2s; -ms-animation: hideonload 2s; -o-animation: hideonload 2s; animation: hideonload 2s; } @keyframes hideonload { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes hideonload { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes hideonload { from { opacity: 0; } to { opacity: 1; } } @-ms-keyframes hideonload { from { opacity: 0; } to { opacity: 1; } } @-o-keyframes hideonload { from { opacity: 0; } to { opacity: 1; } } </style>

Get started with riff v0.5.x

<script type="text/javascript"> window.location.href = '/docs/v0.5/getting-started'; </script>