Skip to content

RiverDave/Interfuse-website

Repository files navigation

InterFuse Web Compiler

Project Overview

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

Demo

Demo

Prerequisites

  • Docker
  • node
  • npm

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/fuse-project.git
    cd fuse-project
  2. Build and run the Docker container:

    docker build -t  fuse .
    docker run fuse

Usage

  1. Access the website: Open your web browser and navigate to http://localhost:your_port.

  2. Compile code: Use the web interface to input your code and run the compiler.

Technologies

Deployed in a containerized environment using Docker through Google Cloud.

Contributing

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

License

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

About

Home of the Interfuse programming Language. Website 🌎 built for demonstration purposes  

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published