https://github.com/kjirou/taralians-language-translation-site
ロマサガ1のタラール語の翻訳サイト
https://github.com/kjirou/taralians-language-translation-site
netlify nextjs
Last synced: 7 months ago
JSON representation
ロマサガ1のタラール語の翻訳サイト
- Host: GitHub
- URL: https://github.com/kjirou/taralians-language-translation-site
- Owner: kjirou
- Created: 2022-11-28T00:35:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T03:07:44.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T04:14:29.143Z (7 months ago)
- Topics: netlify, nextjs
- Language: TypeScript
- Homepage: https://taralians-translator.netlify.app
- Size: 197 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# taralians-language-translation-site

[](https://app.netlify.com/sites/taralians-translator/deploys)
「ロマンシング サ・ガ」または「ロマンシング サガ ミンストレルソング」に登場する架空の言語であるタラール語の翻訳サイトです。
## :hammer_and_wrench: Development
### Preparation
- [Node.js](https://nodejs.org/)
- The version is defined in [.nvmrc](/.nvmrc).
### Installation
```
git clone git@github.com:kjirou/taralians-language-translation-site.git
cd ./taralians-language-translation-site
npm install
```
### Start development server
```
npm run dev
```