https://github.com/mint-lang/mint-website
The website of the Mint programming language
https://github.com/mint-lang/mint-website
mint-lang website
Last synced: about 2 months ago
JSON representation
The website of the Mint programming language
- Host: GitHub
- URL: https://github.com/mint-lang/mint-website
- Owner: mint-lang
- License: mit
- Created: 2018-03-11T05:46:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2026-01-11T20:58:39.000Z (5 months ago)
- Last Synced: 2026-01-12T00:16:57.336Z (5 months ago)
- Topics: mint-lang, website
- Language: Mint
- Homepage: https://mint-lang.com
- Size: 6.17 MB
- Stars: 29
- Watchers: 1
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mint Website
This is the repository for the website of the Mint programming language (https://mint-lang.com).
## Local Development
The website is built with Mint. Follow these steps to get up and running:
1. Install Mint ( https://www.mint-lang.com/install )
2. Clone the repository
3. Install dependencies with `mint install`
4. Start the development server `mint start`
6. That's it!
## Contributing
You are welcome to contribute with anything:
1. Fork it ( https://github.com/mint-lang/mint-website/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request