Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

AdonisJs fullstack can be deployed on Vercel by following the below steps:

  1. Create a new AdonisJs Fullstack project with adonis new project-name --full.

  2. Open the terminal and navigate to the project directory.

  3. Initialize git repository by running git init.

  4. Create a new repository on Github/Gitlab/Bitbucket and push the project to the repository.

  5. Install the Vercel CLI by running npm install -g vercel.

  6. Authenticate with Vercel by running vercel login.

  7. Run vercel init and select the project from the list.

  8. Configure the deployment settings, such as domain and environment variables.

  9. Deploy the app to Vercel by running vercel.

  10. Visit the deployed app's URL to test the deployment.

Note: Vercel uses now.json for configuration. You can modify or create a new now.json file in the root directory to customize the deployment settings.