Skip to content

veridit/mint-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  5. 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

About

The website of the Mint programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mint 96.6%
  • JavaScript 3.1%
  • Other 0.3%