https://github.com/nafeu/muchidea
Ultra simple hierarchical idea generator.
https://github.com/nafeu/muchidea
Last synced: about 1 month ago
JSON representation
Ultra simple hierarchical idea generator.
- Host: GitHub
- URL: https://github.com/nafeu/muchidea
- Owner: nafeu
- License: mit
- Created: 2023-03-11T22:10:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T03:14:33.000Z (11 months ago)
- Last Synced: 2025-04-09T22:57:38.710Z (about 1 month ago)
- Language: JavaScript
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 🤔 muchidea.xyz
Ultra simple hierarchical idea generator. [Check out the live application here](https://muchidea.web.app).
## Requirements
```
node >= v15.6.0 (npm >= v7.6.0)
firebase-tools >= v9.10.2
```## Installation
```
git clone https://github.com/nafeu/muchidea.git
cd muchidea
npm install
```## Setup
- Instantiate a new firebase project by clicking `+ Add project` in your [firebase console](https://console.firebase.google.com/u/1/).
- Create a new firebase webapp and save all the appropriate credentials.Copy the example environment config like so:
```
cp .env-example .env
```Fill in the firebase config values for your webapp in the `.env` file as specified:
```
REACT_APP_API_KEY=""
REACT_APP_AUTH_DOMAIN=""
REACT_APP_PROJECT_ID=""
REACT_APP_STORAGE_BUCKET=""
REACT_APP_MESSAGING_SENDER_ID=""
REACT_APP_APP_ID=""
REACT_APP_MEASUREMENT_ID=""
```## Development
```
npm start
```## Deployment
Make sure you are logged into firebase by running `firebase login` and then run the following:
```
npm run deploy
```## Contributing
Feel free to open issues and PRs!
## License
[MIT](https://choosealicense.com/licenses/mit/)