Skip to content

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

License

Notifications You must be signed in to change notification settings

l-monninger/movement-hack

 
 

Repository files navigation

movemnt-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 server 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 public.ecr.aws/c4i6k4r8/movement-dev
docker run -it -v "$(pwd):/workspace" public.ecr.aws/c4i6k4r8/movement-dev /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 Movemnt Hackathons and generally for beginners looking to start projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 75.8%
  • Move 12.7%
  • JavaScript 5.4%
  • CSS 3.6%
  • TypeScript 1.2%
  • Shell 1.0%
  • Other 0.3%