Setup
To set up and begin using Baseline you will need to have it deployed to your AWS account. Follow the steps below to setup Baseline. This will also allow you to begin using Baseline locally for development.
npx @baselinejs/create-app my-app-name
pnpm run install:requirements
Install requirements if you haven't alreadypnpm install
pnpm run setup
to name your project and set the regionpnpm run aws:profile
to setup your AWS credentials profile (if you have issues please update aws cli)pnpm run deploy:staging
to deploy api/web/adminpnpm run add:user:staging
to add an admin user to the applicationpnpm run urls:staging
To see your project URLs