Skip to content

Svelteドキュメントの日本語化プロジェクト

License

Notifications You must be signed in to change notification settings

torish14/svelte-site-jp

 
 

Repository files navigation

Svelte Site JP

Svelteの公式ドキュメントサイト svelte.dev を日本語に翻訳するプロジェクトです。

日本語ドキュメントサイト URL : https://svelte.jp/

Svelte は素晴らしいツールで、公式ドキュメント及びチュートリアルも非常に素晴らしいです。公式からは英語版のみ提供されていますが、日本語に翻訳されたドキュメントとチュートリアルがあれば日本語話者にとってはもっと学習しやすくなると考えています。

貢献(Contribution)について

この翻訳プロジェクトではみなさんの貢献を歓迎しています!

貢献の形は様々で、翻訳はもちろん、誤字・脱字・誤訳の報告、よりよい翻訳文の提案、翻訳してほしいページのリクエスト、その他翻訳だけでなく Svelte Japan Community を良くするためのご意見なども大歓迎です!

興味がある方は CONTRIBUTING_ja.md をご参照ください。

ご意見や気が付いたことがあれば、お気軽に Issue を作成して知らせてください。
もしくは Svelte 日本の Discord#ドキュメント翻訳チャンネルに投稿頂いても構いません。

Running locally

Set up the site project:

git clone https://github.com/svelte-jp/svelte-site-jp.git
cd svelte-site-jp/site
npm ci
npm run dev

and navigate to localhost:3000.

The first time you run the site locally, it will update the list of Contributors and REPL dependencies. After this it won't run again unless you force it by running:

npm run update

Contributors ✨

日本語翻訳に貢献してくれたコントリビューターの皆さんはこちらです!
Thanks goes to these wonderful people (emoji key):


tomoam

📖

myLifeAsaDog

📖

mkin

📖

Jun Shindo

📖

Keeth Kuwahara

📖

Kazuma Oe

📖

Shunpoco

📖

ampcpmgp

📖

Jimmy

📖

Haruki Tazoe

📖

shin1127

📖

manaki

📖

knj4484

📖

miruoo

📖

mouse_484

📖

dynamis

💵 🚇

Yu Muramatsu

📖

HirosuguTakeshita

📖

Okuto Oyama

📖

Yuichiro Yamashita

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

以下はSvelte公式のREADMEの内容です。


Cybernetically enhanced web apps: Svelte

npm version license Chat

What is Svelte?

Svelte is a new way to build web applications. It's a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM.

Learn more at the Svelte website, or stop by the Discord chatroom.

Supporting Svelte

Svelte is an MIT-licensed open source project with its ongoing development made possible entirely by fantastic volunteers. If you'd like to support their efforts, please consider:

Funds donated via Open Collective will be used for compensating expenses related to Svelte's development such as hosting costs. If sufficient donations are received, funds may also be used to support Svelte's development more directly.

Development

Pull requests are encouraged and always welcome. Pick an issue and help us out!

To install and work on Svelte locally:

git clone https://github.com/sveltejs/svelte.git
cd svelte
npm install

Do not use Yarn to install the dependencies, as the specific package versions in package-lock.json are used to build and test Svelte.

To build the compiler and all the other modules included in the package:

npm run build

To watch for changes and continually rebuild the package (this is useful if you're using npm link to test out changes in a project locally):

npm run dev

The compiler is written in TypeScript, but don't let that put you off — it's basically just JavaScript with type annotations. You'll pick it up in no time. If you're using an editor other than Visual Studio Code, you may need to install a plugin in order to get syntax highlighting and code hints, etc.

Running Tests

npm run test

To filter tests, use -g (aka --grep). For example, to only run tests involving transitions:

npm run test -- -g transition

svelte.dev

The source code for https://svelte.dev, including all the documentation, lives in the site directory. The site is built with Sapper.

Is svelte.dev down?

Probably not, but it's possible. If you can't seem to access any .dev sites, check out this SuperUser question and answer.

License

MIT

About

Svelteドキュメントの日本語化プロジェクト

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.4%
  • Svelte 43.9%
  • JavaScript 0.7%