Open https://app.datasaur.ai/projects. Click your profile on the top right corner and select the team that you want to use. Grab the team ID from the URL (https://app.datasaur.ai/teams/{team-id}/projects) and replace all <TEAM_ID> config values.
4.
Run npm ci on the root folder.
Create Multiple Projects
1
npm run start -- create-projects quickstart/token-based/config/config.json
Copied!
Export Multiple Projects
1
npm run start -- export-projects quickstart/token-based/config/config.json
Copied!
Please see the next section to configure and customize more deeply about both the project creation and export.
Requirement
Robosaur is developed using TypeScript and Node.js. We recommend using nvm to manage the versions. You can just run nvm use to configure it.