An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# HTMLApp Website

[![Netlify Status](https://api.netlify.com/api/v1/badges/87831e58-c78a-42c1-b36a-70aa10d85eba/deploy-status)](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.