Before you begin, ensure you have met the following requirements:
- Node.js installed (version > 18)
- npm or yarn installed (version > 9)
-
Clone the repository:
git clone https://github.com/GridexX/linguagen-ui.git
-
Navigate to the project directory:
cd linguagen-ui
-
Install dependencies:
npm install # or use yarn: yarn install
To start the development server and launch the Linguagen-ui application, run:
npm run dev # or use yarn: yarn dev
Visit localhost:5173 in your browser to access the Linguagen-ui
application.
To build the project for production, run:
npm run build # or use yarn: yarn build
The production-ready files will be available in the dist directory.
This project is licensed under the MIT License - see the LICENSE file for details.
- Contributing: If you would like to contribute to this project, please refer to the
CONTRIBUTING
guidelines. - Issues: Report any issues or suggestions on the GitHub Issues page.
- Acknowledgments: Special thanks to contributors who participated in this project.
Feel free to explore and enhance the Linguagen-ui application! 🚀
Made by GridexX during Christmas 2023 🎄