This repo hosts the source code of OneTable
Install npm for the first time.
cd website
npm install
cd website
npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
cd website
npm run build
This command generates static content into the build directory and can be served using any static contents hosting service.
It is important to test your build locally before deploying to production.
cd website
npm run serve
[!NOTE]
If you make changes to the contents insidedocsdirectory, you can verify the changes locally by visiting https://localhost:3000/docs/setup after runningnpm run serve.
docs folder.sidebars.js file.OneTable Community