Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mightymeld/welcome
https://github.com/mightymeld/welcome
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mightymeld/welcome
- Owner: mightymeld
- Archived: true
- Created: 2023-09-28T18:44:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T21:55:42.000Z (about 1 year ago)
- Last Synced: 2024-07-31T08:16:09.211Z (6 months ago)
- Language: JavaScript
- Size: 6.57 MB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - mightymeld/welcome - (JavaScript)
README
# Welcome
Start here to learn how about MightyMeld.
## Editing the app with MightyMeld
1. Run `npm install` to install dependencies.
2. Download a mightymeld.secrets file from the [MightyMeld Portal](https://mightymeld.app/instances) and place it in your project root
3. Run `npx mightymeld` to launch MightyMeld studio in a browser tab.
## Running the app without MightyMeld
1. Type `npm install` to install dependencies.
2. Run `npm run dev`, the app should then appear in a browser tab on [localhost:5173](localhost:5173)