Vercel
Edit this pageVercel 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
- Navigate to vercel.com/login to log in or create a new account. Connect with your preferred Git repository hosting service.
- 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.
-
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.
-
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.
- 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
- Install the Vercel CLI using your preferred package manager.
- Open your terminal, navigate to your project directory, and run the following command to log in:
- 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.