Codebase for Neura AI Agent App.
You need to preinstall yarn
- https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable.
Step 1. Install dependencies:
yarn install
Step 2. Change environment variables:
cp .env.dist .env
Step 3. Start local dev app:
yarn dev
Step 4. Open suggested URL in your browser.
Run command below to build docker image:
docker build --platform linux/arm64 -t neura-app:latest .
Further details can be found in Dockerfile
in the root of the repository.
Dockerfile
is based on alpine nodejs image with installation of custom packages, vite build process and clean-up.