Deploying your App

Vercel

Edit this page

Vercel is a widely-used platform specialized in hosting frontend projects. For detailed information regarding build and deployment instructions, as well as features they offer, please visit the Vercel documentation.


Using Vercel web interface

  1. Navigate to vercel.com/login to log in or create a new account. Connect with your preferred Git repository hosting service.
  1. Once on the dashboard, click the button at the top right corner and choose "Add New Project." On the next page, select "Continue with GitHub" or your preferred Git service.
  1. You will then see with a list of your repositories. Use the search bar if needed to find the specific repository you want to deploy. Click the "Import" button to proceed.

  2. After importing your Solid project repository, you will be taken to a configuration screen. If your project requires any environment variables, add them in the designated field. Click "Deploy" to start the deployment process.

  1. Once the build and deployment are finished, you will be redirected to a screen that displays a screenshot of your live site.

Using the Vercel CLI

  1. Install the Vercel CLI using your preferred package manager.
  1. Open your terminal, navigate to your project directory, and run the following command to log in:
vercel
  1. Follow the on-screen instructions from the CLI to finalize the deployment. Once completed, your project will be live on Vercel and accessible via the provided URL.
Report an issue with this page