Skip to content

shadaxv/clean-typography-template

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published