Skip to content

Commit

Permalink
Add new project 'Melyon Theme' to Dzcode.io (#303)
Browse files Browse the repository at this point in the history
* Add new project 'Melyon Theme' to Dzcode.io

* Update content.md

* fixed an issue prettier style

* fixed prettier style issue
  • Loading branch information
CA1R7 authored May 17, 2021
1 parent 68564bc commit 97edc26
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 2 deletions.
45 changes: 45 additions & 0 deletions data/models/projects/Melyon_Theme/content.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Melyon Theme

[![Netlify Status](https://api.netlify.com/api/v1/badges/d7c87f41-3ff7-423d-8e01-de9e388d3a81/deploy-status)](https://app.netlify.com/sites/gallant-stonebraker-9cfac2/deploys)
[![DeepScan grade](https://deepscan.io/api/teams/14105/projects/17197/branches/387067/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=14105&pid=17197&bid=387067)
<a href="https://marketplace.visualstudio.com/items?itemName=cair71.melyon-vscodee">
<img alt="Version" src="https://vsmarketplacebadge.apphb.com/version/cair71.melyon-vscode.svg" />
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=cair71.melyon-vscode">
<img alt="Downloads" src="https://vsmarketplacebadge.apphb.com/downloads/cair71.melyon-vscode.svg" />
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=cair71.melyon-vscode">
<img alt="Installs" src="https://vsmarketplacebadge.apphb.com/installs/cair71.melyon-vscode.svg" />
</a>

A website for <a href="https://melyon.tech/">Melyon theme</a> of vscode, It's dark theme which contains colors for better coding on nighttime ❤✨

# Usage

For run the both `web` and `api` :

```
yarn dev
```

For run `web` :

```
yarn web
```

Or `api` :

```
yarn api
```

# Server

| server | default-port | URL local | URL production |
| ------ | ------------ | ----------------------- | ------------------------- |
| API | `*:8080` | `http://localhost:8080` | `https://api.melyon.tech` |

# License

Copyright (c) 2021 Melyon Licensed under the Apcahe 2.0 license.
6 changes: 6 additions & 0 deletions data/models/projects/Melyon_Theme/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"title": "Melyon Theme",
"description": "A dark theme for vscode, Designed for night time coding ✨",
"image": "https://i.imgur.com/Mq8d8jB.png&fit=crop&w=800&q=100",
"githubURI": "CA1R7/melyon"
}
3 changes: 2 additions & 1 deletion data/models/projects/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"Python_Complex",
"List_to_Tree_aka_l2t",
"Voice_Translator_React_Native",
"React_Native_Help_Create"
"React_Native_Help_Create",
"Melyon_Theme"
],
"include": ["title", "description", "image", "githubURI"]
}
3 changes: 2 additions & 1 deletion data/models/projects/ssr.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"Python_Complex",
"List_to_Tree_aka_l2t",
"Voice_Translator_React_Native",
"React_Native_Help_Create"
"React_Native_Help_Create",
"Melyon_Theme"
],
"include": ["title", "description", "image"]
}

0 comments on commit 97edc26

Please sign in to comment.