The front facing website for the Agora Labs.
The website is built using Docusaurus and fills the role of landing page and blog.
TBA...
- Install Node v16.14.0
- Install Yarn v1.22.5+
- Install the Yarn dependencies:
yarn install
- After the dependencies have been installed, simply run:
yarn start
- If the page is not opened automatically, navigate to http://localhost:3000.
Although the deployment is handled through the CI (GitHub Actions), it is necessary to outline the steps that are involved in the deployment.
- Install Node v16.14.0
- Install Yarn v1.22.5+
Command | Description |
---|---|
yarn build |
builds the static website in the /build directory. |
yarn serve |
serves the static website from the /build directory. |
yarn start |
starts a development server that will serve your website and reflect the latest changes on http://localhost:3000. |
Please refer to the LICENSE file.