This is the project as explained in the Step By Step tutorial available at tutorial.frontity.org
Every commit in the repo corresponds to a step in the tutorial. These commits are tagged using the formula "StepX.X"
So, once you have cloned your repository by running (for example)
git clone https://github.com/frontity-demos/tutorial-hello-frontity.git
you'll get the final version of the project, but you can go to a specific step of the tutorial by executing:
git checkout Step4.1
The list of available tags (steps) that can be used with git checkout
is here
To return to the final version you can execute:
git checkout main
npx frontity dev
Runs the app in development mode. Open http://localhost:3000 to view it in the browser.
The site will automatically reload if you make changes inside the packages
folder. You will see the build errors in the console.
We'd love for you to be part of our ever-growing community. There are a variety of different ways in which you can find information about the project, discuss about it, and contribute to it.
@frontity
or #frontity
.Wondering why should get involved? Read this article about contributing to open source software.