Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlo713 committed May 29, 2024
1 parent 404936c commit 1ce9678
Show file tree
Hide file tree
Showing 9 changed files with 1,387 additions and 672 deletions.
3 changes: 3 additions & 0 deletions .vscode/ltex.dictionary.en-US.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,6 @@ COMITATIVE
coordinative
Calendrical
phonotactic
circumfix
Parentheme
lexeme
46 changes: 36 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,50 @@
# NiGHT
# Yuorb
## Introduction
NiGHT (Nᴇᴡ Iᴛʜᴋᴜɪʟ Gʀᴀᴍᴍᴀʀ Hᴀɴ Tʀᴀɴsʟᴀᴛɪᴏɴ) is a website that provides a translation of the New Ithkuil grammar into Chinese. The website also includes a number of other resources for learning New Ithkuil, such as a [dictionary](https://yuorb.github.io/enthrirhc/) and a grammar guide.
Yuorb is a website that provides a multilingual S·T·I (Signification, Translation, Interpretation) service of the New Ithkuil grammar. The website also includes a number of other resources for learning New Ithkuil, such as a [dictionary](https://yuorb.github.io/enthrirhc/) and a grammar guide.

Furthermore, this repository offers a communal revision of the New Ithkuil Grammar with the purpose of detecting and rectifying inaccuracies found in the official website’s explanations, as well as addressing discrepancies in the functioning of New Ithkuil.

## Features
Translation of the New Ithkuil grammar into Chinese
Dictionary of New Ithkuil terms
Grammar guide for New Ithkuil
Forum for discussing New Ithkuil
* Translation of the New Ithkuil grammar
* Dictionary of New Ithkuil terms
* Grammar guide for New Ithkuil
* Forum for discussing New Ithkuil

## Installation
NiGHT is a web-based application, so there is no need to install it. Simply visit the website at https://yuorb.github.io/ to get started.
Yuorb is a web-based application, so there is no need to install it. Simply visit the website at https://yuorb.github.io/ to get started.

## Usage
To use NiGHT, simply browse the website and explore the different resources that are available. You can use the dictionary to look up the meaning of New Ithkuil terms, or you can use the grammar guide to learn more about the grammar of the language. You can also discuss New Ithkuil with other learners in [the Discord server](https://discord.gg/PMzFpYJ).
To use Yuorb, simply browse the website and explore the different resources that are available. You can use the dictionary to look up the meaning of New Ithkuil terms, or you can use the grammar guide to learn more about the grammar of the language. You can also discuss New Ithkuil with other learners in [the Discord server](https://discord.gg/PMzFpYJ).

## Contributing
NiGHT is an open source project, and contributions are welcome. If you would like to contribute to the project, please visit the GitHub repository at https://github.com/yuorb/yuorb.github.io.
Yuorb is an open source project, and contributions are welcome. If you would like to contribute to the project, please visit the GitHub repository at https://github.com/yuorb/yuorb.github.io.

## License
NiGHT project is released under the MIT License.
Yuorb project is released under the MIT License.

The translated text and any documents themselves are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

## Build

Use [pnpm](https://pnpm.io/) as your package manager.

### Setup via CLI

1. First, fork the repo and clone it.
2. Navigate to the directory.

Run the following command to install the necessary packages:

```
pnpm install
```

To start the development server, run the following command:

```
pnpm docs:dev
```

VuePress will initiate a hot-reloading development server accessible at http://localhost:8080. Any modifications made to your markdown files will automatically update the content in the browser.


20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@
},
"devDependencies": {
"@vue/repl": "^4.1.2",
"@vuepress/bundler-vite": "2.0.0-rc.9",
"@vuepress/plugin-docsearch": "2.0.0-rc.26",
"@vuepress/theme-default": "2.0.0-rc.26",
"chart.js": "^4.4.2",
"@vuepress/bundler-vite": "2.0.0-rc.11",
"@vuepress/plugin-docsearch": "2.0.0-rc.30",
"@vuepress/theme-default": "2.0.0-rc.30",
"chart.js": "^4.4.3",
"dashjs": "^4.7.4",
"echarts": "^5.5.0",
"flowchart.ts": "^2.0.0",
"hls.js": "^1.5.8",
"katex": "^0.16.10",
"mermaid": "^10.9.0",
"mermaid": "^10.9.1",
"mpegts.js": "^1.7.3",
"plyr": "^3.7.8",
"reveal.js": "^5.1.0",
"vidstack": "^1.11.21",
"vue": "^3.4.26",
"vuepress": "2.0.0-rc.9",
"vuepress-plugin-md-enhance": "2.0.0-rc.38",
"vuepress-theme-hope": "2.0.0-rc.38"
"vue": "^3.4.27",
"vuepress": "2.0.0-rc.11",
"vuepress-plugin-md-enhance": "2.0.0-rc.43",
"vuepress-theme-hope": "2.0.0-rc.43"
},
"dependencies": {
"@adamdehaven/vue-custom-tooltip": "^2.6.0",
"@vuepress/plugin-register-components": "2.0.0-rc.21"
"@vuepress/plugin-register-components": "2.0.0-rc.30"
}
}
Loading

0 comments on commit 1ce9678

Please sign in to comment.