[Docs][m]: Add markdown for docs and api section

This commit is contained in:
Rising Odegua
2021-05-19 17:52:22 +01:00
parent 9ad383420d
commit 13905f832f
13 changed files with 1422 additions and 9563 deletions

View File

@@ -0,0 +1,21 @@
# Tutorial
## Build a single Frictionless dataset portal
This tutorial will guide you through building a portal for a single Frictionless dataset.
In this tutorial, youll learn Portal.js basics by creating a very simple portal app. [Heres](https://portal-js.vercel.app/) an example of the final result.
Lets get started!
> This tutorial assumes basic knowledge of JavaScript, React and Nextjs. If you are not familiar with React or Nextjs, it is advisable to learn them first. We provide some links below to get you started:
* [Learn NextJS](https://nextjs.org/docs/getting-started)
* [Getting started with React](https://reactjs.org/docs/getting-started.html#learn-react)
### Setup
TODO
## Build a CKAN powered dataset portal
TODO
___