Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostzero/aac-desktop
https://github.com/ghostzero/aac-desktop
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostzero/aac-desktop
- Owner: ghostzero
- Created: 2020-04-08T15:58:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T17:45:47.000Z (about 2 years ago)
- Last Synced: 2024-11-24T08:15:36.228Z (2 months ago)
- Language: JavaScript
- Size: 800 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AAC Next Desktop
## To Use
To clone and run this repository you'll need [Git](https://git-scm.com), [Node.js](https://nodejs.org/en/download/) and [yarn](https://yarnpkg.com/) installed on your computer. From your command line:
```bash
# Clone this repository
git clone ....
# Go into the repository
cd electron-quick-start
# Install dependencies
yarn install
# Run the app
yarn start
```Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.