Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Official website of IntelliJ-Rust project

License

NotificationsYou must be signed in to change notification settings

intellij-rust/intellij-rust.github.io

Repository files navigation

Local development

InstallRuby andBundler.There is.ruby-version file forrbenv if you like.You will probably need GCC, Make, AutoConf and NodeJS installed.

$ bundle install$ bundleexec jekyll serve --future

Windows

If you are using Windows, it's better not to fight with Ruby Installer. I use WSL and workspretty flawlessly, except file change watching (seetracking issue). So you'll have to runthis instead:

$ bundleexec jekyll serve --no-watch

To workaround lack of watching, you can do:

$ bundleexec jekyll serve --detach$while (bundleexec jekyll build --incremental);do sleep 5;done

Docker

Runintellij-rust.github.io configuration directly from IntelliJ IDEA. The website will be accessible athttp://localhost:8080/.Any changes made in_posts,assets,_docs, and_includes directories will be reflected immediately.

Alternatively, you can use the following commands from the terminal:

$ docker build -t intellij-rust.github.io.$ docker run \  -v$PWD/_posts:/intellij-rust.github.io/_posts \  -v$PWD/assets:/intellij-rust.github.io/assets \  -v$PWD/_docs:/intellij-rust.github.io/_docs \  -v$PWD/_includes:/intellij-rust.github.io/_includes \  -v$PWD/_site:/intellij-rust.github.io/_site \  -p 8080:8080 -it intellij-rust.github.io

About

Official website of IntelliJ-Rust project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors26


[8]ページ先頭

©2009-2025 Movatter.jp