Automated application deployment, management, and scaling.
Crane Cloud is an open source multi-cloud software platform for cloud-native application deployment and management.
git clone https://github.com/crane-cloud/frontend.git
.yarn
- Create a
.env
file in your root directory based off of the.env.example
file and added all required enviroment variables. - Run the
source .env
command - Run
yarn start
to start the application
Prettier
for formatting/style. Configure your editor with plugin.ESLint
for linting. No need for any config files. Only configure your editor with plugin. Don't use ESLint for formatting. Repo is configured withreact-app
so no other sharable-configs/extensions are necessary at this point.
- Push and open PR against
develop
. - PR will be reviewed before changes are merged.
Contribution guide to be published some time in the future.