Appearance
Installation
The alpha version of ASLS Studio is presently available to download through it's repository. An executable version of the software should be released during beta state. This section will help you download and setup ASLS Studio on your machine.
WARNING
The current distribution of ASLS Studio is in alpha status. Listed features are provided as-is, without any guarantee. Please report any issue over the project's repository.
Requirements
INFO
As of today, there is no "user-friendly" installation script available to download. It is recommended to users that might not be familiar with Git/GitHub and Node.js to read a bit about these tools before proceeding with the next steps.
In order for ASLS Studio to run on your machine, please make sure that you meet the following minimum system specifications:
Hardware
- 4GB of RAM (8GB or more recommended)
- Integrated graphics with WebGL 1.0 / WebGL 2.0 support (A dedicated GPU is recommended)
Software
Download and install
Browse to the path of your choice and run the following command from a terminal:
$ git clone https://github.com/ASLS-org/studio
Get to the project's root.
$ cd studio
Install package dependencies.
$ npm install
Start Environment locally
Serve ASLS Studio in the local server.
$ npm run serve
ASLS Studio will start a server at localhost:4515. Simply browse to the following URL using your favorite browser to be prompted with ASLS Studio's user interface.
Build For Production
Build ASLS Studio from source.
$ npm run build
Built files will be located over the local ./dist
folder located at project root.