Documentation & Guide for @nexoracle/utils
— powerful utility library.
📦 Usage & Development
yarn install
Installs all necessary dependencies.
yarn start
Starts a development server and opens the site automatically.
yarn build
Generates a static site in the build
directory for hosting.
Using SSH:
USE_SSH=true yarn deploy
Without SSH:
GIT_USER=<Your GitHub username> yarn deploy
Deploys to the gh-pages
branch (ideal for GitHub Pages).