sofiapoh / mint-website-rails

Source code of www.mint-lang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mint Website

Gitter chat Join the community on Spectrum


This repository hosts the code for the website of the Mint programming language www.mint-lang.com

Also it hosts the API for the sandbox site sandbox.mint-lang.com

Setup

The website is a Ruby on Rails application.

To get up and running you will need:

Starting the server

You will need to:

  • Create a database rails db:create
  • Migrate the database rails db:migrate
  • Start the server rails s

About

Source code of www.mint-lang.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HTML 66.6%Language:Ruby 22.8%Language:CSS 10.0%Language:JavaScript 0.6%