logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/astryx
or

Install via npx

npx @hexmos/ipm i facebook/astryx

Prerequisites

Node.js

runtime

npm

package manager

pnpm

package manager

yarn

package manager

Manual 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 -y

Install with pnpm

pnpm add @astryxdesign/core @astryxdesign/theme-neutral

pnpm add -D @astryxdesign/cli

pnpm install -y

Install with yarn

yarn add @astryxdesign/core @astryxdesign/theme-neutral

yarn add -D @astryxdesign/cli

yarn install -y

Add CLI script to package.json

echo "\"scripts\": { \"astryx\": \"node node_modules/@astryxdesign/cli/bin/astryx.mjs\" }" >> package.json

Install as a contributor

corepack enable

pnpm install