Stormkit is a hosting and deployment platform for modern web applications, offering seamless integration with Git repositories and powerful CI/CD capabilities.
Try out Stormkit using our hosted version at app.stormkit.io.
This repository contains code related to the landing page and documentation. If you'd like to contribute to the application frontend, check out our frontend repository on https://github.com/stormkit-io/app-stormkit-io. You're more than welcome to contribute.
Stormkit is a hosting and deployment platform for modern web applications, offering seamless integration with Git repositories and powerful CI/CD capabilities.
If you'd like to contribute to this project, you can do so by
- Fork this repo
- Clone the fork to your local machine
- Do the necessary changes (see Development below)
- Write a meaningful commit message and squash multiple commits
- Submit your changes and open a new PR by choosing this repository as the upstream
After you have cloned this repository to your local machine execute the following commands:
# install dependencies
$ npm install
# serve with hot reload at localhost:5173
$ npm run dev
You can check the LICENSE for more information.