This directory is a brief example of an Ember app that can be deployed to Vercel with zero configuration.
Deploy your own Ember project with Vercel.
Live Example: https://ember-template.vercel.app
To get started with Ember for deployment with Vercel, you can use the Ember CLI to initialize the project:
$ npx ember-cli new ember-project
To run the app:
- nvm use 14.0.0
- yarn install
- yarn run start
- Git: git add . && git commit -m "C" && git push origin main
- Vercel: vercel --prod (this step is not required)