Skip to content

:octocat: rust-lang-ve's GitHub Page made with Yew because we πŸ’– Rust!

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT
Notifications You must be signed in to change notification settings

rust-lang-ve/rust-lang-ve.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

26fdd97 Β· Mar 5, 2021

History

24 Commits
Aug 22, 2020
Aug 28, 2020
Mar 5, 2021
Aug 24, 2020
Jul 27, 2020
Aug 22, 2020
Aug 6, 2020
Aug 22, 2020
Aug 22, 2020
Aug 14, 2020
Jul 27, 2020
Jul 27, 2020
Aug 28, 2020
Aug 6, 2020
Jul 27, 2020
Oct 23, 2020
Aug 22, 2020
Jul 28, 2020
Aug 28, 2020

rust-lang-ve.github.io

:octocat: rust-lang-ve's GitHub Page made with Yew because we πŸ’– Rust!

🚴 Development

Requirements

  • GitHub Personal Access Token for GPM
  • NodeJS (Yarn)
  • Cargo

Setting up .npmrc to fetch GPM

This project makes use of a package served by GPM (GitHub Package Manager). In order to fetch this package you must create a .npmrc file in your home directory (touch ~/.npmrc), then go to https://github.com/settings/tokens and clic on Generate new token, create your token with full access to avoid issues fetching the package, copy your token to your clipboard and finally append the following to the .npmrc file you created before.

//npm.pkg.github.com/:_authToken=<YOUR PERSONAL ACCESS TOKEN>

Finally run yarn in the project directory to install packages.

IMPORTANT Do not share your Personal Access Token with anyone! This token grant access to your GitHub profile!

πŸ› οΈ Build

When building for the first time, ensure to install dependencies first.

yarn install
yarn run build

πŸ”¬ Serve locally

yarn run start

πŸ”‹ Batteries Included

  • wasm-bindgen for communicating between WebAssembly and JavaScript.
  • wee_alloc, an allocator optimized for small code size.

About

:octocat: rust-lang-ve's GitHub Page made with Yew because we πŸ’– Rust!

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE_APACHE
MIT
LICENSE_MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published