This is the repository for the website of the Mint programming language (https://mint-lang.com).
The website is built with Mint. Follow these steps to get up and running:
- Install Mint ( https://www.mint-lang.com/install )
- Clone the repository
- Install dependencies with
mint install
- Start the development server
mint start
- That's it!
You are welcome to contribute with anything:
- Fork it ( https://github.com/mint-lang/mint-website/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request