DOCUMENTATION
Installation
The best way to start with Nalth is using the create command. This will set up a new project with all the default security configurations in place.
bash
npm create nalth@latest my-secure-appYou can also use Yarn, pnpm, or Bun:
bash
yarn create nalth my-secure-appbash
pnpm create nalth@latest my-secure-appbash
bun create nalth@latest my-secure-appAlready have a Vite project? You can add Nalth incrementally:
bash
npm install -D nalthSystem Requirements
- Node.js 18.0 or later
- MacOS, Windows (WSL recommended), or Linux