@@ -48,40 +48,44 @@ Resume Author is part of the **T3 Innovation Network** initiative, designed to c
4848### Installation
4949
50501 . ** Clone the repository**
51+
5152 ``` bash
5253 git clone https://github.com/your-org/resume-author.git
5354 cd resume-author
5455 ```
5556
56572 . ** Install dependencies**
58+
5759 ``` bash
5860 npm install
5961 # or
6062 yarn install
6163 ```
6264
63653 . ** Environment Configuration**
64-
66+
6567 Create a ` .env ` file in the root directory with the following variables:
68+
6669 ``` env
6770 # Google OAuth
6871 REACT_APP_GOOGLE_CLIENT_ID=your_google_client_id
6972 REACT_APP_GOOGLE_REDIRECT_URI=http://localhost:3000/auth/callback
70-
73+
7174 # Auth0 Configuration
7275 REACT_APP_AUTH0_DOMAIN=your_auth0_domain
7376 REACT_APP_AUTH0_CLIENT_ID=your_auth0_client_id
74-
77+
7578 # Backend Server
7679 REACT_APP_SERVER_URL=https://linkedcreds.allskillscount.org
77-
80+
7881 # Firebase Configuration
7982 REACT_APP_FIREBASE_API_KEY=your_firebase_api_key
8083 REACT_APP_FIREBASE_AUTH_DOMAIN=your_project.firebaseapp.com
8184 REACT_APP_FIREBASE_PROJECT_ID=your_project_id
8285 ```
8386
84874 . ** Start the development server**
88+
8589 ``` bash
8690 npm start
8791 # or
@@ -202,14 +206,15 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
202206
203207## 📞 Support
204208
205- - ** Live Demo** : [ https://resume-author.vercel.app / ] ( https://resume-author.vercel.app / )
209+ - ** Live Demo** : [ https://resume.allskillscount.org / ] ( https://resume.allskillscount.org / )
206210- ** Documentation** : Check the ` /docs ` folder for detailed documentation
207211- ** Issues** : Report bugs and feature requests in the GitHub Issues section
208212- ** FAQ** : Visit ` /faq ` route in the application for frequently asked questions
209213
210214## 🔄 Changelog
211215
212216### Version 0.1.0
217+
213218- Initial release with core resume editing functionality
214219- Google Drive integration for storage
215220- Verifiable credentials support
@@ -221,4 +226,4 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
221226
222227** Built with ❤️ by the T3 Innovation Network team**
223228
224- * Empowering individuals to showcase their skills and experiences securely in the digital age.*
229+ _ Empowering individuals to showcase their skills and experiences securely in the digital age._
0 commit comments