This is the website for glamorous
and is built with next
and glamorous
of course.
This site requires node
and npm
to be installed first. Then:
- Clone the repo
- Run
npm install
(oryarn install
) - 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.
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
Thanks goes to these people (emoji key):
Kent C. Dodds 💻 📖 🚇 |
Paul Molluzzo 💻 📖 👀 |
zhu haihao 💻 📖 |
Montlouis-Calixte Stéphane 💻 |
Parvez Kose |
William I. Olojede |
Michael Altamirano 💻 📖 |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT