You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2025. It is now read-only.
This repository contains interactive documentation for the [Pyth Network](https://www.pyth.network/) blockchain oracle.
3
+
⚠️ **This repository has been archived.**
4
4
5
-
## Documentation Format
5
+
The documentation code has been moved to [`pyth-crosschain/apps/developer-hub`](https://github.com/pyth-network/pyth-crosschain/tree/main/apps/developer-hub).
6
6
7
-
## Local Development
8
-
9
-
First, run `npm i` to install the dependencies.
10
-
11
-
Then, run `npm run dev` to start the development server and visit localhost:3000.
12
-
13
-
## Deployment
14
-
15
-
Use the `Dockerfile` in the root of the repository to build a docker image that can be run for production deployments.
16
-
You can test out the docker build locally by running:
17
-
18
-
```
19
-
docker build -t documentation -f Dockerfile .
20
-
docker run -d -p 3000:3000 documentation
21
-
```
22
-
23
-
Then navigate to localhost:3000 in the browser.
24
-
25
-
## License
26
-
27
-
This project is derived from the [Nextra Docs Template](https://github.com/shuding/nextra-docs-template).
28
-
See `notices/` for mandatory license disclosures.
7
+
Please refer to the new location for the latest documentation and development instructions.
0 commit comments