https://github.com/apigear-io/apigear.io
landing page for apigear.io
https://github.com/apigear-io/apigear.io
Last synced: about 2 months ago
JSON representation
landing page for apigear.io
- Host: GitHub
- URL: https://github.com/apigear-io/apigear.io
- Owner: apigear-io
- License: mit
- Archived: true
- Created: 2020-04-22T09:47:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T14:35:53.000Z (over 1 year ago)
- Last Synced: 2025-03-12T01:42:51.685Z (4 months ago)
- Language: JavaScript
- Homepage: https://apigear.io
- Size: 6.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ApiGear site
This is the source code for the ApiGear.io site at https://apigear.io.
The site uses docusaurus to generate the site from markdown files.
## Getting started
To get started, install the dependencies:
```bash
npm install
```Then, run the development server:
```bash
npm start
```Open http://localhost:3000 to view it in the browser.