How to install facebook/astryx. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
facebook/astryx Installation Guide
How to install facebook/astryx. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for facebook/astryx. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i facebook/astryxor
Install via npx
npx @hexmos/ipm i facebook/astryxPrerequisites
Node.js
runtimenpm
package managerpnpm
package manageryarn
package managerManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install with npm
npm install @astryxdesign/core @astryxdesign/theme-neutral
npm install -D @astryxdesign/cli
npm install -yInstall with pnpm
pnpm add @astryxdesign/core @astryxdesign/theme-neutral
pnpm add -D @astryxdesign/cli
pnpm install -yInstall with yarn
yarn add @astryxdesign/core @astryxdesign/theme-neutral
yarn add -D @astryxdesign/cli
yarn install -yAdd CLI script to package.json
echo "\"scripts\": { \"astryx\": \"node node_modules/@astryxdesign/cli/bin/astryx.mjs\" }" >> package.jsonInstall as a contributor
corepack enable
pnpm install