https://github.com/aaronleocooper/html-app-docs
Source code for the HTMLApp documentation website
https://github.com/aaronleocooper/html-app-docs
Last synced: 2 months ago
JSON representation
Source code for the HTMLApp documentation website
- Host: GitHub
- URL: https://github.com/aaronleocooper/html-app-docs
- Owner: AaronLeoCooper
- Created: 2019-02-15T13:28:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:19:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T22:17:46.314Z (11 months ago)
- Language: JavaScript
- Homepage: https://html-app.com/
- Size: 765 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HTMLApp Website
[](https://app.netlify.com/sites/html-app/deploys)
This repo contains the source code for the [HTMLApp](https://github.com/AaronLeoCooper/html-app) documentation website.
It uses [Docusaurus](https://docusaurus.io/docs/en/site-preparation) and is hosted at:
[https://html-app.com](https://html-app.com).
---
## Setup
1. Run `yarn install` inside the `website` directory.
2. The site can be ran locally from the `website` directory with `yarn start`.
3. Building the site into static assets is done via `yarn build` and produces static files inside
`website/build/html-app-docs`.
4. Deployments are automatically triggered from Netlify on master branch changes.