Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.3 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.3 KB

Live Design

Source code of the Live Design website

Dependencies

Built With

  • 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

Development

If you're configuring this app for the first time

  1. Clone the project
git clone https://github.com/renansigolo/live-design-website.git

Usage

Install Dependencies

npm i

Development server

npm start

Linting

npm run lint:js
npm run lint:style
npm run format

Build

npm run build

Author

License

The code is open source and available under the Apache License 2.0.