Skip to content

Stormkit is an all in one solution for Full Stack Javascript applications.

License

Notifications You must be signed in to change notification settings

stormkit-io/app-stormkit-io

Repository files navigation

Stormkit is an infrastructure provider for jamstack applications. It perfectly integrates with popular Git solutions.
Try out Stormkit using our hosted version at app.stormkit.io.


Stormkit

This repository contains code related to the application frontend. You're more than welcome to contribute.

What is Stormkit?

Stormkit helps developers build, deploy and manage their jamstack applications. It also supports serverless applications.

Latest development

You can preview the latest development on https://app.stormkit.io/. This will reflect changes from latest master branch.

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 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:

# install dependencies
$ npm install

# serve with hot reload at localhost:3000 (pointing to live api)
$ npm run dev:live

Your project will be running at https://localhost:3000

You'll need a backend to work with. Currently the backend is not open-source. To speed up the process however, it's possible to create a proxy and point directly the live API which will allow local development. In order to do that simply create an .env file and specify the following environment variables:

STORMKIT_ENV=local
PORT=8080
API_DOMAIN=/api
API_PROXY_DOMAIN=http://localhost:8080/
STRIPE_API_KEY=pk_test_BeWmmZ8Sd6tdYHNOtmThjYXm00QZbiTJYt

Open Source

You can check the LICENSE for more information.

About

Stormkit is an all in one solution for Full Stack Javascript applications.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published