Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.17 KB

movement-hack

Guide material for Movement Hackathons and generally for beginners looking to start projects.

Using this repository

This repository can be used as a guide for learning movement or as a template for creating a movement project.

As a guide

To use this repository as a guide, visit hack.movementlabs.xyz or serve the mdBook located in the /book directory.

As a template

To use this repository as a template for setting up a movement project, run cargo generate -a movementdev/movement-hack.

When using the containerization features, you may either simply attach to the movement-dev devcontainer from VS Code or run the below to reproduce similar behavior:

docker image pull mvlbs/m1
docker run -it -v "$(pwd):/workspace" mvlbs/m1 /bin/bash

Working on this repository

  • The easiest way to work on this repository, whether for contributions or your own fork, is to leverage the devcontainer extension in VsCode and use the maintainer container.
  • Within the maintainer container, to serve the mdBook use call mdBook serve from the book directory.