/linguagen-ui

Frontend Application to generate random words

Primary LanguageTypeScriptMIT LicenseMIT

LinguaGen UI

A website application used to generate random words.

ci website stars license

How to Launch

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js installed (version > 18)
  • npm or yarn installed (version > 9)

Installation

  1. Clone the repository:

    git clone https://github.com/GridexX/linguagen-ui.git
  2. Navigate to the project directory:

    cd linguagen-ui
  3. Install dependencies:

    npm install   # or use yarn: yarn install

Usage

Development

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.

Build for Production

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.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Additional Information

  • 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! 🚀

Author

Made by GridexX during Christmas 2023 🎄