This repository contains the source code for the Mint UI website.
To run this website locall you need to install Mint first.
Install dependencies:
$ mint install
Mint - Installing dependencies
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚙ Constructing dependency tree...
✔ Cloned mint-ui (https://github.com/mint-lang/mint-ui)
✔ Cloned mint-color (https://github.com/mint-lang/mint-color)
⚙ Resolving dependency tree...
◈ mint-ui ➔ 9.0.0
◈ mint-color ➔ 0.8.0
⚙ Copying packages...
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
All done in 2.387s!"
Start the development server:
$ mint install
Mint - Running the development server
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚙ Ensuring dependencies... 509μs
⚙ Parsing files... 7.785s
⚙ Development server started on http://127.0.0.1:3000/
Please read CONTRIBUTING.md to learn about contributing to this project.