Skip to main content

Create Abyss App


Note:
We would appreciate any feedback on our tutorial guide. If you are stuck at any time, make sure to contact the Abyss Admiral assigned to your team. If they cannot help, send a help request on our Contact Page.


Before starting, be sure to complete the Workplace Setup guide.

Step 1: Create an App

Now, let's get started. Navigate to your terminal in order to create a new project named "my-new-app". Once there, run the following command:

npx github:uhc-tech/abyss-app my-new-app

Step 2: Navigate to Project Directory

Next, navigate into the my-new-app project directory by running the command below:

cd my-new-app

Step 3: Run Abyss

Finally, run the following command in order to get localhost running:

npm run web

Once you see the screen shown below, you are now up and running with Abyss!


Great job, you have successfully created an abyss app!

Table of Contents