|
2 | 2 |
|
3 | 3 | [](https://github.com/codingwithkid/codequill) |
4 | 4 |
|
5 | | -CodeQuill is a free and easy way to organize, store, edit, and share code on your device. It is a web-based code editor that allows you to create and manage code snippets. |
| 5 | +[](https://github.com/The-Best-Codes/codequill) |
6 | 6 |
|
7 | | -## How to Use |
| 7 | +CodeQuill is a web-based code editor designed to offer a free, easy, and efficient way to organize, store, edit, and share code snippets directly from your device. Whether you're working on personal projects or simply storing snippets for future reference, CodeQuill provides a seamless experience for managing your code. |
8 | 8 |
|
9 | | -To start using CodeQuill, follow these steps: |
| 9 | +## Features |
10 | 10 |
|
11 | | -1. Download the project from GitHub |
12 | | -2. Run `node scripts/init-db.js` in the project directory to initialize the database |
13 | | -3. Run `npm run dev` to start the development server |
14 | | -4. Open `http://localhost:3000` in your web browser to access the CodeQuill interface |
| 11 | +- **Syntax Highlighting:** Enjoy coding with syntax highlighting that supports multiple languages. |
| 12 | +- **Code Storage:** Save your snippets in the a local database for easy access anywhere on your network. |
| 13 | +- **Share**: Share your code snippets with other devices on your network to easily transfer codes. |
| 14 | +- **Comfortable Interface:** The editor is designed to be as intuitive and familiar as possible. The experience should remind you of working in VS Code. |
15 | 15 |
|
16 | | -Alternatively, you can run `npm run build && npm start` to build and start the production server. |
| 16 | +## Getting Started |
| 17 | + |
| 18 | +### Prerequisites |
| 19 | + |
| 20 | +- Node.js installed on your machine |
| 21 | +- A modern web browser |
| 22 | + |
| 23 | +### Installation |
| 24 | + |
| 25 | +1. Clone the repository to your local machine: |
| 26 | + |
| 27 | + ```bash |
| 28 | + git clone https://github.com/The-Best-Codes/codequill.git |
| 29 | + cd codequill |
| 30 | + ``` |
| 31 | + |
| 32 | +2. Install the required dependencies: |
| 33 | + |
| 34 | + ```bash |
| 35 | + npm install |
| 36 | + ``` |
| 37 | + |
| 38 | +3. Initialize the database: |
| 39 | + |
| 40 | + ```bash |
| 41 | + node scripts/init-db.js |
| 42 | + ``` |
| 43 | + |
| 44 | +4. Start the development server: |
| 45 | + |
| 46 | + ```bash |
| 47 | + npm run dev |
| 48 | + ``` |
| 49 | + |
| 50 | +5. Access the CodeQuill interface by opening `http://localhost:3000` in your web browser. |
| 51 | + |
| 52 | +### Building for Production |
| 53 | + |
| 54 | +To deploy CodeQuill for production use: |
| 55 | + |
| 56 | +```bash |
| 57 | +npm run build && npm start |
| 58 | +``` |
| 59 | + |
| 60 | +This command builds the application for optimal performance and starts the production server. |
| 61 | + |
| 62 | +## Contributing |
| 63 | + |
| 64 | +We welcome contributions to CodeQuill! Whether you're looking to fix bugs, add new features, or improve documentation, please feel free to submit a pull request. |
| 65 | + |
| 66 | +## License |
| 67 | + |
| 68 | +CodeQuill is released under the MIT License. See the LICENSE file for more details. |
| 69 | + |
| 70 | +## Support |
| 71 | + |
| 72 | +For support or to report issues, please visit the [issues page](https://github.com/The-Best-Codes/codequill/issues). |
| 73 | + |
| 74 | +Thank you for considering CodeQuill for your coding needs! |
0 commit comments