An open API service indexing awesome lists of open source software.

https://github.com/crane-cloud/mira-frontend

Image creation tool
https://github.com/crane-cloud/mira-frontend

Last synced: 25 days ago
JSON representation

Image creation tool

Awesome Lists containing this project

README

          

# Crane Cloud | Mira frontend

Mira is an autocontainerization pipeline that allows a user to build an image for their application for a respective language framework e.g. React, NodeJs, Django, Flask, Laravel among others.

## Setup

1. `git clone https://github.com/crane-cloud/mira-frontend.git`.
2. `yarn install`
3. `yarn run dev`

## Tools

1. `Prettier` for formatting/style. Configure your editor with plugin.
2. `ESLint` for linting. No need for any config files. Only configure your editor with plugin. **Don't use ESLint for formatting.** Repo is configured with `react-app` so no other sharable-configs/extensions are necessary at this point.

## Pull requests

1. Push and open PR against `develop`.