Skip to content

jacksoncvm/micrometer-website

 
 

Repository files navigation

 

Micrometer

 

Welcome! The code in the main branch of this repository is deployed and running right now at micrometer.io.

Quick Start

  1. Clone this repo.

Use your terminal to clone this repository.

git clone https://github.com/micrometer-metrics/micrometer-website
  1. Install dependencies.

Navigate into your new site’s directory and install the dependencies.

cd micrometer-website
yarn
  1. Start developing.

Start the development server.

yarn start
  1. Open the source code and start editing!

Your site is now running at http://localhost:8000!

Note: You'll also see a second link: http://localhost:8000/___graphql

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.6%
  • SCSS 32.8%
  • CSS 11.2%
  • JavaScript 0.4%