https://github.com/napi-rs/website
Website for napi.rs
https://github.com/napi-rs/website
Last synced: 3 months ago
JSON representation
Website for napi.rs
- Host: GitHub
- URL: https://github.com/napi-rs/website
- Owner: napi-rs
- License: mit
- Created: 2020-12-03T17:07:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:42:28.000Z (about 1 year ago)
- Last Synced: 2024-10-29T22:50:59.014Z (about 1 year ago)
- Language: MDX
- Homepage: https://napi.rs
- Size: 41.1 MB
- Stars: 21
- Watchers: 4
- Forks: 39
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
NAPI-RS website
## ⚡️ Getting started
1. Install dependencies
```sh
yarn install
```
2. Start developing.
```sh
yarn dev
```
3. Launch
Website is now running at `http://localhost:3000`