Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 622 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 622 Bytes

Skater Lorem Ipsum Website

Skater lorem ipsum generator can get you some sick shreddy placeholder text.

Pages

Pages in the website are about skating.

Videos page...

Development

Running the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Formatting

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