To get started with the Assembler Programming Learning Environment, follow these steps:
-
Clone the Repository: Clone this repository to your local machine using
git clone https://github.com/Blocksembler/blocksembler-frontend.git
. -
Install Dependencies: Navigate to the project directory and install the necessary dependencies by running
npm install
. -
Run the Development Server: Start the development server by running
npm run dev
. This will launch the application locally, and you can access it in your web browser at http://localhost:5173. -
Explore and Learn: Start exploring the block-based programming environment and dive into learning assembler programming with ease!
Blocksembler is also available on Docker Hub. To get started, follow these steps:
-
Pull Docker Image: Pull the blocksembler/blocksembler-frontned image
docker pull blocksembler/blocksembler-frontend:latest
-
Run the Container: Startup a new container instance that runs the blocksembler application
docker run blocksembler/blocksembler-frontend:latest -p 80 -d
. This will launch the application locally, and you can access it in your web browser at http://localhost. -
Explore and Learn: Start exploring the block-based programming environment and dive into learning assembler programming with ease!
Contributions to this project are welcome! If you have ideas for new features, improvements, or bug fixes, feel free to open an issue or submit a pull request.
Florian Wörister | Universität Wien