Stormkit
Edit this pageStormkit is a deployment platform for static websites, single-page applications (SPAs), and serverless functions.
-
Log in to Stormkit.
-
Using the user interface, import your Solid project from one of the three supported Git providers (GitHub, GitLab, or Bitbucket).
-
Navigate to the project’s production environment in Stormkit or create a new environment if needed.
-
Verify the build command in your Stormkit configuration. By default, Stormkit CI will run
npm run build
but you can specify a custom build command on this page. -
Check output folder, unless its specified Stormkit will try to upload contents of build folder.
-
Click the “Deploy Now” button to deploy your site. Stormkit CI will build your code and upload contents of it.
Find more details on Stormkit Documentation.