Welcome to Myriad
This is a simple Vue3 + openAI + TailwindCSS + Firebase/Firestore app.
Created for testing purposes by Víctor Balaguera.
What would you like to learn today?
Begin using the project:
- Install all dependencies.
npm install
- Initialize the project
npm run serve
- Please make sure you have an account in Firebase.
- This project requires an account in order to create a new firebase project.
- To create said project, go to the firebase console, then create it. At the time of creation of this project, a free tier plan (currently named Spark) is available.
- Add Firebase to this project: register the app, then receive the SDK.
- Your Firebase SDK will contain all the necessary data to set the auth/firestore functions. The main firebase file is located in src/firebase/index.js. Your personal data, including your API KEY, must be stored in an .env.production file and/or your hosting/repo.
- Please create an account in OpenAI in order to use its API services.
- Once you have created your account and have a new API KEY (which here will be used in VUE_APP_OPENAI_IMAGE_GENERATOR_API_KEY), store it securely.
Found any bugs?, Got any questions, improvements, any suggestions or comments? They are always welcome!
Please contact me at GitHub.