A collaborative coding platform where you can code with Aura with your mates.
- Table Of Contents
- About The Project
- Built With
- Getting Started
- Contributing
- Raising an issue
- Code of conduct
- License
- Authors
- API Resources
Code With Aura
Git is a distributed version control system used for software development. It allows multiple developers to work on the same codebase simultaneously, keeping track of changes and managing versions. It also enables users to revert changes and collaborate more effectively.
NodeJs is a JavaScript runtime, package manager. NodeJS uses V8 JavaScript engine as the JavaScript engine.
Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tools, code, and runtime. Be sure that you have docker installed.
Redis Upstash Key Gemini Api Key Vite
This project utilises NodeJS. Install it before running locally
git clone https://github.com/Mahir-o4/OuraCode.gitcd OuraCodeFrontend
cd clientcp .env.example .envnpm installnpm run devThis will start the vite development server at http://localhost:5173/
Backend
cd servercp .env.example .envnpm installdocker build -t custom-compiler .- If you are working on linux then:
Go to-
server/src/sockets/roomSocketHandler.tsand look at line237-238and251-252and replace
const tempDir = path.join(os.tmpdir(), `${Date.now()}-${Math.random()}`)
fs.mkdirSync(tempDir, { recursive: true })with
const tempDir = path.join("/tmp", `${Date.now()}-${Math.random()}`)
fs.mkdirSync(tempDir)Bcz the first one is for Windows and the second one is for Linux.
npm run devThis will start the development server at http://localhost:3000/
Sorry for using Redis as a DB, ik its not a good practice but I did, idk why ;) - Sanjoy
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
-
If you have suggestions for adding or removing projects, feel free to open an issue to discuss it
-
Please make sure you check your spelling and grammar.
Wanna contribute to OuraCode ?
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/FeatureName) - Commit your Changes (
git commit -m 'Add some FeatureName') - Push to the Branch (
git push origin feature/FeatureName) - Open a Pull Request
If you're experiencing any problems with WasteEasy, please be sure to review our issue template before opening a new issue. The template includes a list of questions and prompts that will help us better understand the issue you're experiencing, and it will ensure that we have all of the necessary information to investigate the problem.
We kindly ask that you provide as much detail as possible when submitting an issue, including steps to reproduce the problem, any error messages that you have seen, and any other relevant information. This will help us to identify and fix the issue more quickly.
Thank you for your cooperation, and we look forward to hearing from you!
Developers are requested to go through our code of conduct thoroughly to maintain a peaceful environment within our project.
OuraCode is licensed under the Apache License 2.0.
You are free to use and contribute, but must provide proper attribution.
Please do not remove the original author’s credit.
LICENSE
- Sanjoy Paul - Sanjoy Paul - OuraCode
- Mahir Ashef - Sk Mahir Ashef - OuraCode
