Tutorial Introduction
Let's discover randevu in less than 5 minutes.
#
Getting StartedGet started by creating a backoffice account at backoffice.randevu.technology.
The backoffice is your cockpit where you can build, configure, and customize your marketplace. Later, when you want to extend your marketplace logic with secret sauces, your tech person of trust will utilize the flexibility and adaptability of randevu to hook-in and extend it with it's tech-stack of choice.
#
Generate a new siteGenerate a new Docusaurus site using the classic template:
npx @docusaurus/init@latest init my-website classic
#
Start your siteRun the development server:
cd my-website
npx docusaurus start
Your site starts at http://localhost:3000
.
Open docs/intro.md
and edit some lines: the site reloads automatically and display your changes.