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.
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:
-
Clone this repository:
git clone git@github.com:mvschool-dev/mvschool.dev.git
-
Move into the
mvschool.dev
folder and install the NPM dependencies:cd mvschool.dev npm install
-
Boot up the application in dev mode:
npm start
-
Open localhost:8080 in your browser.
-
Close the local server with
CTRL
+c
. -
To restart the local server, run
npm start
from within themetaverseschool
folder.
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!
This site's codebase is under active maintenance by members of the core team at KEN Labs.
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.