Orion Chat and Image Generator.
- Clone the repository:
git clone - Navigate to the project directory:
cd - Install dependencies:
npm install- Start the development server:
npm run dev- Access the application in your browser:
http://localhost:3000We welcome contributions from the community! There are many ways to contribute to the Orion. Code is just one possible means of contribution.
-
Clone the fork to your local machine:
git clone https://github.com/<your username>/orion
cd orion- Create a new branch
git checkout -b feature/fooBar- Make your changes and commit them
git commit -am 'Add some fooBar'- Push to the branch
git push origin feature/fooBar- Go to the repository and make a Pull Request.
For major changes, please open an issue first to discuss what you would like to change.
Read our contribution guidelines for more details.