https://github.com/wasmedge/docs
https://github.com/wasmedge/docs
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wasmedge/docs
- Owner: WasmEdge
- License: apache-2.0
- Created: 2023-01-04T13:20:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T04:49:14.000Z (about 1 year ago)
- Last Synced: 2025-06-28T13:39:28.436Z (12 months ago)
- Language: JavaScript
- Homepage: https://wasmedge.org/docs/
- Size: 12 MB
- Stars: 19
- Watchers: 6
- Forks: 62
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# WasmEdge Docs

This repo contains technical documentation for the [WasmEdge Runtime](https://github.com/WasmEdge/WasmEdge) project. The documentation website built from this repo is published , check it out!
## Setting up the Docs Locally
To set up the WasmEdge Docs locally, you will need to follow these general steps:
1. **Clone the project:** Go to the GitHub repository page of the WasmEdge Docs project and click on the "Code" button to get the URL of the repository. Then, open a terminal or command prompt and type the following command:
```bash
git clone https://github.com/WasmEdge/docs.git
```
2. **Install dependencies:** Navigate to the project directory in the terminal and run the following command to install the necessary dependencies:
```bash
npm install
```
3. **Start the development server:** Once the dependencies are installed, you can start the development server by running the following command:
```bash
npm start
```
This should start the development server on port 3000. You can access the running application by opening a web browser and navigating to .
That's it! You should now have a local instance of the WasmEdge Docs running on your machine.