Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 898 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 898 Bytes

Contributing to Lambda VUI

Thank you for your interest in contributing to Lambda VUI! We welcome contributions from the community to help improve and expand our project.

Before you get started, please read this document to understand how you can contribute effectively.

Prerequisites

Before you start contributing, make sure you have the following prerequisites:

  • Knowledge of JavaScript and Vue3 using Composition API, aslo TailwindCSS as this is what is used to style everything.
  • Node.js and npm installed on your local machine.

Getting Started

To set up the development environment and run Lambda VUI locally, follow these steps:

  1. Clone the repository to your local machine:
    git clone https://github.com/mariusberget92/lambda-vui.git
  2. Navigate to the project directory and run: npm install
  3. Start the server by running this command: npm run serve