Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlegrone/landing-page
https://github.com/jlegrone/landing-page
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jlegrone/landing-page
- Owner: jlegrone
- License: mit
- Created: 2015-08-29T02:13:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T20:39:11.000Z (11 months ago)
- Last Synced: 2024-02-05T21:46:34.623Z (11 months ago)
- Language: JavaScript
- Homepage: https://jacoblegrone.com
- Size: 15.4 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Developing
To get started, you'll need [rust](https://doc.rust-lang.org/cargo/getting-started/installation.html), [node](https://nodejs.org/en/download/), and [yarn](https://yarnpkg.com/lang/en/docs/install).
1. Install wasm-pack: `cargo install wasm-pack`
1. `yarn install`
1. `yarn build`For local development with hot reloading, run `yarn start` in a separate tab, and run `yarn build:wasm` each time you update rust code.