Braayy / mint-website-rails

Source code of www.mint-lang.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mint website

This is the source code for the website www.mint-lang.com. Along with the API for sandbox.mint-lang.com

Written by these lovely people! ❤️

Requirements

The website is a Ruby on Rails application.

To get up and running you will need:

Setup

  • Install Rails and Bundler
    • $ gem install rails bundler
  • Install project dependencies
    • $ bundle install

Starting the server

You will need to:

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

Why Ruby?

Mint is designed for writing SPAs, but this website is mostly static and cacheable, therefore it makes little sense to build it as a SPA. It's all about picking the right tool for the job.

About

Source code of www.mint-lang.com

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


Languages

Language:Haml 70.0%Language:Ruby 19.2%Language:SCSS 9.0%Language:HTML 1.1%Language:JavaScript 0.6%Language:Dockerfile 0.0%