Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

oneilltomhq/buildx-core

 
 

Repository files navigation

@opensystemslab/buildx-core

A core library for BuildX, a Three.js and data processing interface.

Getting Started

Installation

pnpm install @opensystemslab/buildx-core

Development

Clone the repository:

git clone https://github.com/theopensystemslab/buildx-core.git

cd buildx-core

Install dependencies:

pnpm install

Configure Airtable:

Create a .env file in the root directory with your Airtable access token:

VITE_AIRTABLE_ACCESS_TOKEN=your_access_token_here

You can obtain an access token from your Airtable account settings.

Start the development server:

pnpm dev

Access examples by navigating to localhost:5173/examples/<example-name>/

See the examples directory

Build/Publish

pnpm build

Builds the project to dist/

You can then pnpm link --global here and pnpm link --global @opensystemslab/core from consuming projects

Publish with npm publish as usual

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 99.8%
  • Other 0.2%