Skip to content

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

License

Notifications You must be signed in to change notification settings

movementlabsxyz/movement-hack

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published