Platform concept to connect volunteers with projects and opportunities within the Helpful community.
npm ci
npm run build
npm preview
By default, this project will generate a mock amplify_outputs.json
file for local development.
If you would like to use a real Amplify configuration file, simply download from the AWS console or generate one with the following command:
npm i @amplify/backend-cli
npx apx generate
Then you can run the standard build and preview commands as directed above.