https://github.com/assistantapps/home
🏠 The main website
https://github.com/assistantapps/home
Last synced: 3 months ago
JSON representation
🏠 The main website
- Host: GitHub
- URL: https://github.com/assistantapps/home
- Owner: AssistantApps
- License: other
- Created: 2021-01-03T12:49:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T14:23:40.000Z (over 2 years ago)
- Last Synced: 2025-10-20T06:09:21.413Z (8 months ago)
- Language: HTML
- Homepage: https://assistantapps.com
- Size: 14 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Support: support.html
Awesome Lists containing this project
README
# AssistantApps
## Home page
This site is built with [Handlebars](https://handlebarsjs.com/) to inject data from [project.json](./webpack/data/project.json) into the [template](./webpack/handlebar/index.hbs), which generates the [index.html](./index.html) file. There is also [SCSS](https://sass-lang.com/) files that are compiled to CSS
## How to Build the files
- First ensure that you have all of the NPM packages by running `npm i`
- After that you can run `npm run build` to generate all the files
In future I will add a script to watch for file changes so that I wont have to run `npm run build` after each change I want to test.
I will also probably create a script that will be executed using node to fetch data from the [AssistantApps API](https://api.assistantapps.com) and populate additional data to the [project.json](./webpack/data/project.json) file.