@opensystemslab/buildx-core
v0.7.0-canary.9
Published
A core library for BuildX, a Three.js and data processing interface.
Downloads
1,247
Readme
@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