This project is a website capable of my own Programming language within a Docker environment. It allows users to compile code through a web interface. Refer to the Compiler Repo for more information
- Docker
- node
- npm
-
Clone the repository:
git clone https://github.com/yourusername/fuse-project.git cd fuse-project
-
Build and run the Docker container:
docker build -t fuse . docker run fuse
-
Access the website: Open your web browser and navigate to
http://localhost:your_port
. -
Compile code: Use the web interface to input your code and run the compiler.
Deployed in a containerized environment using Docker through Google Cloud.
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.