Welcome to languageXchange! Our app is designed to help you learn a new language through practice and immersion with native speakers from around the world. With personalized lesson plans and conversation practice, you'll be able to take your language skills to the next level.
To clone this project, simply run the following command:
# clone this repo
git clone https://github.com/languageXchange/website
# install dependencies
npm install
Once you've created your project and installed dependencies with `npm install``, you can start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
We welcome contributions from the community! If you'd like to contribute to languageXchange, please fork our repository and submit a pull request. We'll review your changes and merge them if they meet our guidelines. Thank you for helping to make languageXchange even better!
languageXchange is an open source project and we welcome contributions from the community. If you're interested in contributing, please check out our GitHub repository for more information.
languageXchange uses Semantic Versioning for versioning. For the versions available, see the tags on this repository.
languageXchange is released under the MIT License. If you use this project, please include the license file in your distribution.