This is a collection of most of the freestyle tricks, for people to keep a better overview of all the tricks.
The link to the page is: https://highline-freestyle.com
- Predefinded tricks from the google sheet Feedback to tricks, on this sheet as a comment and not as an issue are preloaded in the app for everyone
- Users can track their own progress by marking how good they are at certain tricks
- Custom tricks can be added by the user
- Predefined combos from the google sheet get preloaded in the app for everyone
- Users can track their own progress by marking how good they are at certain combos
- Custom combos can be added by the user
- Glossary of basic positions (Korean, Sofa, Rocket, ...)
- Random combo generator
Help us out develop an awesome app! Everyone is welcome :)
Open an issue and describe what is you want to see different
We don't always know what we really do, but we try to keep some order, through issues ...
Checkout the good first issue tag, if you don't know where to start.
- Node (v20.6.1)
- npm (v9.8.1)
-
(Optional) If you are using nvm and switch between Node versions regularly use the correct one by running
nvm use -
Install node modules
Open a terminal and in the root folder (highline-freestyle) run
npm install -
Start the development server
run
npm run dev(or
npm run hostif you want to expose the website to the local network)
Sometimes after updating you have to delete your indexDB in your browser, through the development tools (Storage in Firefox, Application in Chrome).
To work on the rewrite, simply work off of the rewrite branch and create a pull request back onto it with your fix or feature.
For all other questions either consult the wiki or open an issue.