Web Application Overview ======================== The web version of the Charon provides a collaborative work environment where game designers can work together to create engaging gameplay experiences. The core concepts of collaborative work include workspaces and projects. A workspace is a virtual location where projects are located. The subscription and all limitations are bound to the workspace, meaning that all projects within the workspace are subject to the same subscription and limitations. A project is a virtual location for storing game data, localization settings, backups, branches, and members. When a project is created, the user becomes its owner and can invite other members to join. Starting with a new Project ------------------------- 1. Visit the `charon.live `_ website and click on the *Register* button to create a new account. 2. Fill out the registration form with your desired username and password, and click on the "Create" button to create your account. 3. After successfully logging in, you will be directed to the workspace page. 4. If you're a new user, the workspace page will be empty, with no projects listed. Click on the *Create project* button to create your first project. 5. On the "Create Project" page, fill in the name of your project and any other basic information you want to include, and click on the "Create" button to create your project. 6. After creating the project, you'll be redirected to the project's dashboard page, which provides an overview of the project and allows you to start modelling game data. See also -------- - `Charon Website `_ - :doc:`CLI Access to Web Project ` - :doc:`Migrating to Web Application ` - :doc:`Basic Navigation and User Interface Overview <../gamedata/basics>` - :doc:`Creating Document Type (Schema) <../gamedata/creating_schema>` - :doc:`Filling Documents <../gamedata/filling_documents>` - :doc:`Publication of Game Data <../gamedata/publication>` - :doc:`Generating Source Code <../gamedata/generating_source_code>` - :doc:`Working with Source Code (C# 4.0) <../gamedata/working_with_csharp_code_4_0>` - :doc:`Working with Source Code (C# 7.3) <../gamedata/working_with_csharp_code_7_3>` - :doc:`Working with Source Code (TypeScript) <../gamedata/working_with_type_script_code>` - :doc:`Frequently Asked Questions (FAQ) <../faq>` - :doc:`Glossary <../glossary>`