Skater lorem ipsum generator can get you some sick shreddy placeholder text.
Pages in the website are about skating.
Videos page...
Running the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
This project uses husky for git commit hooks and lint-staged to run formatting on all files staged in git. When you run git commit [...]
then the files which have changes will run through prettier and eslint fix.
To format all files in the project, run yarn format