Skip to content

KenCloud-Tech/mvschool.dev

Repository files navigation

Metaverse School

CircleCI

This repository contains code and content for the Metaverse School website, an open-source community education platform devoted to core concepts, best practices, tutorials, showcases and so on.

For site developers

Build and run locally

This site is built in Vuepress, and uses Vue/JavaScript for functional code and Markdown for post content.

To build a local copy, run the following:

  1. Clone this repository:

    git clone git@github.com:mvschool-dev/mvschool.dev.git
  2. Move into the mvschool.dev folder and install the NPM dependencies:

    cd mvschool.dev
    npm install
  3. Boot up the application in dev mode:

    npm start
  4. Open localhost:8080 in your browser.

  5. Close the local server with CTRL + c.

  6. To restart the local server, run npm start from within the metaverseschool folder.

PR and preview

Once you're happy with your local changes, please make a PR against the main branch. Including detailed notes on your PR - particularly screenshots to depict any changes in UI - will help speed up approval and deployment.

A reviewer will be by shortly to have a look!

Maintainers

This site's codebase is under active maintenance by members of the core team at KEN Labs.

License

All software code is copyright (c) KEN Labs, Inc. under the MIT license. Other written documentation and content is copyright (c) Protocol Labs, Inc. under the Creative Commons Attribution-Share-Alike License.