Skip to content

Latest commit

 

History

History
 
 

website

OneTable Website Source Code

This repo hosts the source code of OneTable

Prerequisite

Install npm for the first time.

Installation

cd website
npm install

Local Development

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.

Build

cd website
npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Testing your Build Locally

It is important to test your build locally before deploying to production.

cd website
npm run serve

Docs

Creating new docs

  1. Place the new file into the docs folder.
  2. Include the reference for the new file into the sidebars.js file.

Maintainers

OneTable Community