Table of Contents
Welcome to the SamoraLang Playground—an innovative online platform designed for direct SamoraLang testing right in your browser. This repository contains the frontend codebase for the complete application.
To get a local copy up and running follow these simple example steps.
Before you begin, ensure that you have Node.js and npm (Node Package Manager) installed:
- node: Visit the oficial website to download and follow the installation instructions.
- npm: Open your terminal and run the following command to ensure you have the latest version of npm installed.
npm install npm@latest -g
We welcome contributions to enhance the SamoraLang Playground project. To contribute, please follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine:
git clone https://github.com/YourUsername/sml-frontend.git cd sml-frontend
- Create a new branch for your feature or bug fix:
git checkout -b feat/your-feature-name
- Make your changes and commit them using Conventional Commits:
git commit -m "feat: add new feature"
- Push your changes to your forked repository:
git push origin feat/your-feature-name
- Create a pull request on the original repository, comparing your branch with the
develop
branch. The pull request must adhere to our Pull Request Template, where you will provide a detailed description of the changes made, the problem solved, and any additional context.
By following these guidelines, you help ensure a smooth and collaborative development process.
Without your contributions, this project wouldn't have been possible. Thank you so much for your time, effort, and dedication! 😄
SamoraLang is licensed under the terms of the MIT License. check out LICENSE for details.
We would love to have you, feel free to open issues and pull requests, and Don't forget to leave a star⭐