GithubHelp home page GithubHelp logo

drruisseau / dysfunctional-lisp-online-compiler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ahmad-mtos/dysfunctional-lisp-online-compiler

0.0 1.0 0.0 4.64 MB

Online compiler/documentation for Dysfunctional Lisp

Home Page: https://dysfunctional-lisp-online-compiler.vercel.app

Shell 6.98% Python 25.46% CSS 23.51% HTML 34.98% Dockerfile 9.08%

dysfunctional-lisp-online-compiler's Introduction

Dysfunctional Lisp Online Compiler

Welcome to the Dysfunctional Lisp Online Compiler repository. This project serves as an extensive online documentation for Dysfunctional Lisp , providing a comprehensive platform to learn and explore the language. With the online compiler, you can test Dysfunctional Lisp code snippets directly in your web browser, facilitating a seamless and interactive learning experience.

How to Run

To run the project on a local machine, use one of these methods:

Using Docker

Requirements

  • Docker version 20.10.21
  • docker-compose version 1.29.2
  1. Clone the repository:
    git clone https://github.com/Ahmad-mtos/Dysfunctional-Lisp-Online-Compiler.git
  1. Navigate to the project directory:
    cd Dysfunctional-Lisp-Online-Compiler
  1. Run deploy script:
    ./deploy.sh
  1. Open your web browser and visit http://localhost:3030 to access the Dysfunctional Lisp Online Compiler.

Manually

Requirements

  • npm 9.5.1
  • Node v18.16.1
  • Python 3.10.6
  1. Clone the repository:
    git clone https://github.com/Ahmad-mtos/Dysfunctional-Lisp-Online-Compiler.git
  1. Navigate to the backend directory:
    cd Dysfunctional-Lisp-Online-Compiler/flask-backend
  1. Install the requirements:
    pip install -r requirements.txt
  1. Set the environment variable and start the Flask server:
  • For Linux:
    export FLASK_RUN=app.py && flask run
  1. Install mkdocs requirments
    pip install mkdocs-pymdownx-material-extras
  1. Navigate to the mkdocs
    cd ../mkdocs-documentation
  1. Build documentation
    mkdocs build
  1. Move the documentation to frontend public directory
    mv -f ./site ../react_frontend/public
  1. Navigate to the frontend directory:
    cd ../frontend
  1. Install the required dependencies:
    npm install
  1. Start the frontend development server:
    npm start
  1. Open your web browser and visit http://localhost:3000 to access the Dysfunctional Lisp Online Compiler.

Features

  • An interactive compiler
  • An appealing code editor

Planned Features

  • A full documentation of the language
  • A deployed version of the project
  • A section where one can solve some problems
  • Add marcos to the language

dysfunctional-lisp-online-compiler's People

Contributors

ahmad-mtos avatar thecarrot123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.