Project Structure
Xane’s GitHub repository is a monorepo that contains multiple projects as below.
/├── client/├── docs/├── frontend/├── packages/│ └── xane/└── tests/
-
The rollup client of Xane is at
client/
. -
The docs website of Xane is at
docs/
. -
The frontend of Xane is at
frontend/
. -
A package for common use is at
packages/xane
. -
All tests are at
xane-rollup/tests/
.