GithubHelp home page GithubHelp logo

torish14 / svelte-site-jp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from svelte-jp/svelte-site-jp

0.0 1.0 0.0 65.68 MB

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

Home Page: https://svelte.jp

License: MIT License

JavaScript 0.74% Svelte 43.93% TypeScript 55.34%

svelte-site-jp's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.