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
- Host: GitHub
- URL: https://github.com/crane-cloud/mira-frontend
- Owner: crane-cloud
- Created: 2022-09-14T03:54:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T22:16:18.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T09:24:53.570Z (over 1 year ago)
- Language: JavaScript
- Size: 165 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.