0.1.28-alpha.0 • Published 4 years ago

@blogsleymc/blogsleymc v0.1.28-alpha.0

Weekly downloads
6
License
-
Repository
-
Last release
4 years ago

BlogsleyMC :moon: :cyclone:

A GraphQL powered CMS frontend for the JAMstack!!!

Installation

  1. Navigate to a directory where you keep your software projects:

    cd projects
  2. Clone the repository:

    git clone https://github.com/blogsley/blogsleymc.git
  3. Navigate to the new directory which contains the repository.

    cd blogsleymc
  4. Install required packages:

    npm install

Development

  1. Export the SERVER_URL environment variable

    cd blogsleymc
    export SERVER_URL=http://localhost:5000
  2. Launch Blocksley in development mode:

    quasar dev