1.0.1 • Published 2 years ago

clean-typography-template v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Clean Typography Template

This is a template with basic project setup and typography styles for simple pages.

Installation

Click Use this template button above or click here to create a new repository based on this template.

Alternatively, you can use the npx command

npx clean-typography-template '<project-directory>'

Usage

npm install - install all dependencies

npm start - start a local development server

npm run build - build production-ready code

Deploying on GitHub pages

  • Build a production version
npm run build
  • Commit changes
  • Push update to gh-pages branch
git subtree push --prefix dist origin gh-pages
  • On GitHub, go to project settings, then pages and select gh-pages as the source branch for deployment

Contributing

Pull requests are welcome.

License

MIT

1.0.1

2 years ago

1.0.0

2 years ago