Installation
How to get started using Vaxla into your workspace.
Easy Version
We support a configuration-less setup, we scan the directory tree to infer the best setup.
The Vaxla UI with your configuration should be available http://localhost:3000.
Configuration
Install Vaxla CLI
Create The Configuration File
- apps/
- packages/
- vaxla/
- config.ts
- package.json
- tsconfig.json
- .gitignore
vaxla/config.ts
We support placing the configuration folder in /vaxla
and /tools/vaxla
by default.
If this does not satisfy your needs, you can also define the location of the configuration folder in the package.json.
package.json
Personalize
Feel free to add scripts to your configuration.
vaxla/config.ts
Read more at Getting Started - Configuration