Skip to content

AssistantApps/Documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

59 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Welcome to the Documentation repo! πŸŽ‰ πŸ‘¨β€πŸ’»

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!

Running it locally

1. Pull the source code

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

2. Install dependencies

Run this in your terminal or CMD

npm run dev:install

3. Run it

Run this in your terminal or CMD

npm run dev

4. View it

Open your browser (Chrome, Firefox, etc) to localhost:3000


Please Note

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.