An open API service indexing awesome lists of open source software.

https://github.com/levonium/learning-markdown

A website about Markdown made with Vue.js
https://github.com/levonium/learning-markdown

Last synced: 12 months ago
JSON representation

A website about Markdown made with Vue.js

Awesome Lists containing this project

README

          

# Learn Markdown

Website I made while learning Markdown and Vue.js

![Learning Markdown](https://raw.githubusercontent.com/levonium/learning-markdown/master/public/screenshot.jpg)

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```