Editing the files in the docs
folder will modify the pages on the live site. Feel free to create Issues and/or Pull Requests for changes you think will make the website better!
Run this in your terminal or CMD
git clone https://github.com/AssistantApps/Documentation.git
Then change directory to the correct folder
Run this in your terminal or CMD
cd Documentation
Run this in your terminal or CMD
npm run dev:install
Run this in your terminal or CMD
npm run dev
Open your browser (Chrome, Firefox, etc) to localhost:3000
If you want make any css
changes, please make them in the scss
folder, in the appropriate file. The css
files are generated from the scss
files.
You can test this by running npm run styles
. This command will compile the scss
files into the css
files and then minify those css
files.