https://github.com/okd-project/okd-web
okd.io built with Docusaurus
https://github.com/okd-project/okd-web
docs docusaurus okd openshift
Last synced: 12 months ago
JSON representation
okd.io built with Docusaurus
- Host: GitHub
- URL: https://github.com/okd-project/okd-web
- Owner: okd-project
- Created: 2024-03-27T21:17:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T12:45:40.000Z (about 1 year ago)
- Last Synced: 2025-04-15T13:44:58.294Z (about 1 year ago)
- Topics: docs, docusaurus, okd, openshift
- Language: TypeScript
- Homepage: https://okd.io/
- Size: 10.7 MB
- Stars: 3
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
OKD Web
===
This is a preview project of a new build of [OKD.io](https://okd.io) built on top of [Docusaurus](https://docusaurus.io/)
# Run Locally
You need to have NodeJS 18 or above.
```shell
npm install
npm start
```
Your browser should open to [http://localhost:3000](http://localhost:3000)