/CosmicJsTest

Astral Cosmic Js Test

Primary LanguageCSSOtherNOASSERTION

#Astral ###PHP Single Page Site #####View a demo here Sign up for Cosmic JS to start managing content for your websites and applications faster and easier. ####Get Started In config.php set your bucket slug:

$config = new stdClass();
$config->bucket_slug = "astral"; // bucket slug
$config->read_key = ""; // leave empty if not required
$config->write_key = ""; // leave empty if not required

Set up your local server by running PHP's built-in web server. Run the following commands in your terminal:

cd astral
php -S localhost:8000

Go to http://localhost:8000 in your browser of choice.