Skip to main content

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.

  1. npx @baselinejs/create-app my-app-name
  2. pnpm run install:requirements Install requirements if you haven't already
  3. pnpm install
  4. pnpm run setup to name your project and set the region
  5. pnpm run aws:profile to setup your AWS credentials profile (if you have issues please update aws cli)
  6. pnpm run deploy:staging to deploy api/web/admin
  7. pnpm run add:user:staging to add an admin user to the application
  8. pnpm run urls:staging To see your project URLs

Video Walkthroughs