Skip to content

zerobase-io/smart-tracing

Repository files navigation

Zerobase Core Platform

This repository contains the front end for the Zerobase smart tracing platform. Refer to the smart-tracing-api repo for the API server.

Running the project

git clone https://github.com/zerobase-io/smart-tracing.git
cd smart-tracing
npm install
npm run start

GitHub Actions

Commits to master will automatically rebuild staging.zerobase.io.

Project structure

  • ./build - all the files in this folder are served as static assets for your site. Do not change files manually in this folder.
  • ./src - Contains all of the front end code we write that is bundled up and served.

Libraries/Tools used

FAQ