Source code of the Live Design website
- modern-normalize - Normalize browsers' default style
- Material Symbols
- Hugo - The static site generator
- Stylelint - A mighty, modern linter that helps you avoid errors and enforce conventions in your styles
- ESLint - The pluggable linting utility for JavaScript and JSX
- Prettier - An opinionated code formatter
- Commitlint - Lint commit messages
- Git Hooks - Scripts that Git executes before or after events such as: commit, push, and receive
If you're configuring this app for the first time
- Clone the project
git clone https://github.com/renansigolo/live-design-website.git
npm i
npm start
npm run lint:js
npm run lint:style
npm run format
npm run build
The code is open source and available under the Apache License 2.0.