This is the repository for Lucky's official website https://luckyframework.org/
- Install required dependencies
- Ensure you have
cmake
andlibxml2
installed for your system. These are required for some shard dependencies of this project - Run
script/setup
- Run
lucky dev
to start the app - Visit
http://localhost:3000
Guides are located in the src/actions/guides
directory. You can edit the markdown in each action file and view changes by running the Lucky app with lucky dev
.
- Create a new guide in
src/actions/guides
. Usually it is easiest to copy an existing guide as a starting point - Add the guide class to the appropriate category in the GuidesList
- That's it! View your guide by running
lucky dev
and finding the guide in the sidebar.
Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides. Get help on our Discord server.