Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.98 KB

README.md

File metadata and controls

68 lines (42 loc) · 1.98 KB

InkForge

InkForge is a fully functional web application designed to help you write, manage, and publish blogs and technical content with ease. Whether you're a seasoned writer or just starting out, InkForge provides all the tools you need to get your content out into the world. Features

Rich Text Editor: Write and format your content with a powerful editor.
Content Management: Organize your posts and drafts efficiently.
Responsive Design: Access and manage your content from any device.
Easy Deployment: Host your blog easily with built-in deployment options.
Integrated with Mistral's text generation model to generate suggestions for the user.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine. Prerequisites

Node.js
npm or yarn

Installation

Clone the repository:

git clone https://github.com/UTK-a-RSH/InkForge.git

Navigate to the project directory:

cd InkForge

Install dependencies:

npm install

Running the Application

Start the development server:

npm run dev

Open your browser and go to http://localhost:3000.

Contributing

We welcome contributions to InkForge! To contribute:

Fork the repository.
Create a new branch (git checkout -b feature-branch).
Commit your changes (git commit -m 'Add new feature').
Push to the branch (git push origin feature-branch).
Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details. Contact

Author: UtkarshLB216
GitHub: UTK-a-RSH

Recent Updates

3810811: Fix update static file serving paths to use correct casing for Client directory.
3109235: Fix update build script to use correct client directory path.
01df8a3: Fix update build script to use relative path for client directory.

For more details on recent updates, visit the commits page.

Feel free to reach out if you have any questions or need further assistance. Happy blogging with InkForge!