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

https://github.com/assistantapps/documentation

📖 Documentation website
https://github.com/assistantapps/documentation

Last synced: 5 months ago
JSON representation

📖 Documentation website

Awesome Lists containing this project

README

          

# Welcome to the Documentation repo! 🎉 👨‍💻

Editing the files in the `docs` folder will modify the pages on the [live site][docWebsite]. Feel free to create [Issues][docsIssues] and/or [Pull Requests][docsPullRequests] 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.

[docWebsite]: https://docs.assistantapps.com?ref=AssistantAppsGithub
[homePage]: https://assistantapps.com?ref=AssistantAppsDocs
[docsIssues]: https://github.com/AssistantApps/Documentation/issues?ref=AssistantAppsDocs
[docsPullRequests]: https://github.com/AssistantApps/Documentation/pulls?ref=AssistantAppsDocs