Overview
Self-Hosting
Welcome to the Getting Started guide for RoundtableJS. This guide covers development and the basics, but for more advanced features, be sure to explore the rest of our documentation.
If you have any questions, join and ask our community.
Installation
Use npm
to install RoundtableJS
Basic Usage
First, import the necessary modules:
Create a simple survey by first defining the questions and then the logic.
Roundtable leverages JavaScript’s
await/async
functionality for timeline management. For a deeper understanding why we did this, read our Logic page. Deployment
Set up your HTML and deploy on a local server, e.g. python3 -m http.server 8080
.
Congratulations on setting up your first survey in RoundtableJS. You have mastered the basics. The rest of this documentation is dedicated to exploring more advanced features.