Quickstart Guide

Welcome to the magical world of Elenébélócococicicicic. Follow these simple steps to begin your journey.

Begin Adventure
1

Create Your Portal

Start by establishing your connection using the mystical command line.

$ portal create elenebelocococicicicic.com
2

Summon the Guide

Follow the interactive prompts to configure your adventure settings.

3

Begin Your Quest

Use the interactive map to discover all available locations.

Magic Incantation

example.com/quickstart.js
/**
 * Welcome to Elenébélócocococicicicic!
 * This script connects you to the mystical network.
 */
async function connectQuick() {
  const portal = await Portal.open({
    endpoint: 'https://elenebelocococicicicic.com/api',
    mode: 'auto',
    credentials: 'session'
  });
  
  const response = await portal.send(`QUICKSTART ${Date.now()}`);
  console.log(response);
  
  return portal;
}