A modern, interactive platform for exploring and comparing programming languages. Built with SvelteKit and TailwindCSS.
Clone the repository:
git clone https://github.com/m8nt0/langy.git
cd langy
Install dependencies:
npm install
# or
pnpm install
# or
yarn install
Start the development server:
npm run dev
# or
npm run dev -- --open
Contributions are welcome! Feel free to:
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE file for details.
Give a ⭐️ if this project helped you!