Skip to content

ashutosh-rath02/docs

This branch is 118 commits behind WasmEdge/docs:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c4815e1 · Jun 15, 2023
Jun 15, 2023
May 13, 2023
Jun 15, 2023
Jun 15, 2023
Jun 15, 2023
Jun 15, 2023
Jun 12, 2023
May 10, 2023
May 13, 2023
Jun 15, 2023
May 13, 2023
Jun 15, 2023
Jun 8, 2023
Jun 15, 2023
May 13, 2023
Jun 15, 2023
Jun 8, 2023
Jun 15, 2023
Apr 16, 2023
Jun 8, 2023
Jun 15, 2023
Jun 12, 2023
May 10, 2023
Jun 15, 2023
Jun 15, 2023
Jun 15, 2023
Jun 15, 2023

Repository files navigation

WasmEdge Logo

WasmEdge Docs

This repo contains technical documentation for the WasmEdge Runtime project. The documentation website built from this repo is published https://wasmedge.org/docs/, 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:
git clone https://github.com/WasmEdge/docs.git
  1. Install dependencies: Navigate to the project directory in the terminal and run the following command to install the necessary dependencies:
npm install
  1. Start the development server: Once the dependencies are installed, you can start the development server by running the following command:
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 http://localhost:3000/docs/.

That's it! You should now have a local instance of the WasmEdge Docs running on your machine.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.5%
  • TypeScript 29.5%
  • CSS 18.6%
  • Shell 0.4%