Files

1.8 KiB

Welcome to Andromeda!

The Andromeda-Viewer is a small text-based chat-client for Second-Life™ and OpenSim based virtual worlds.

It is not ready to be used!

There is no public server. You have to run a server locally on your own computer.

But you can contribute under the GitHub repository

Documentation

You can view the development documentation here.

Most directories also have their own Readme. They document what that directory is for, and more.

How to get started

If you would like to use the viewer or help developing it, you need to run it yourself.

What you need is:

If you have everything installed open a Terminal (on windows cmd). Enter following commands to get a copy of the viewer and make it runnable.

git clone https://github.com/Terreii/andromeda-viewer.git
cd andromeda-viewer
npm install
npm run build

With npm start you start a server, which will run the backend of this viewer. To stop the viewer focus your terminal and press ctrl + c.

When the server runs, you can access the viewer in your browser under http://127.0.0.1:8000/.

There is also a live reload mode! Run npm run dev and whenever you save a changed file, the viewer/client updates. Without reloading the viewer-state!