https://github.com/stormkit-io/www-stormkit-io
Stormkit is an infrastructure provider for modern javascript applications. It perfectly integrates with popular Git solutions.
https://github.com/stormkit-io/www-stormkit-io
deployment-automation hosting jamstack nodejs react vuejs
Last synced: 8 months ago
JSON representation
Stormkit is an infrastructure provider for modern javascript applications. It perfectly integrates with popular Git solutions.
- Host: GitHub
- URL: https://github.com/stormkit-io/www-stormkit-io
- Owner: stormkit-io
- License: gpl-3.0
- Created: 2020-04-20T20:21:42.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T12:03:52.000Z (over 1 year ago)
- Last Synced: 2024-12-26T12:26:36.673Z (over 1 year ago)
- Topics: deployment-automation, hosting, jamstack, nodejs, react, vuejs
- Language: TypeScript
- Homepage: https://www.stormkit.io
- Size: 54.1 MB
- Stars: 140
- Watchers: 6
- Forks: 17
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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.
## What is Stormkit?
Stormkit is a hosting and deployment platform for modern web applications, offering seamless integration with Git repositories and powerful CI/CD capabilities.
## Contributing
If you'd like to contribute to this project, you can do so by
1. Fork this repo
2. Clone the fork to your local machine
3. Do the necessary changes (see [Development](#development) below)
4. Write a meaningful commit message and squash multiple commits
5. Submit your changes and open a new PR by choosing this repository as the upstream
## Development
After you have cloned this repository to your local machine execute the following commands:
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:5173
$ npm run dev
```
## Open Source
You can check the [LICENSE](/LICENSE) for more information.