ansumanshah / glamorous-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glamorous logo

glamorous-website

This is the website for glamorous and is built with next and glamorous of course.

Build Status Code Coverage Dependencies version downloads MIT License

All Contributors PRs Welcome Donate Code of Conduct Roadmap Examples

Watch on GitHub Star on GitHub Tweet

Installing

This site requires node and npm to be installed first. Then:

  1. Clone the repo
  2. Run npm install (or yarn install)
  3. Run npm run dev to run a local version to view

If you plan to deploy the project, you can run npm run build to build the next site.

Contributing

If you plan to contribute to the project you should run tests along the way. Testing is performed with xo for linting and jest for snapshot testing. You can do so like this:

To lint the project run npm run lint.

To run all tests run npm test.

If you make changes that require updating the jest snapshots, run npm test -- -u

Contributors

Thanks goes to these people (emoji key):


Kent C. Dodds

💻 📖 🚇 ⚠️

Paul Molluzzo

💻 📖 👀 ⚠️

zhu haihao

💻 📖

Montlouis-Calixte Stéphane

This project follows the all-contributors specification. Contributions of any kind welcome!

LICENSE

MIT

About

License:MIT License


Languages

Language:JavaScript 100.0%