wallpapers.inigochoa.me source code.
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on deploying the project on a live system.
Requirements to build, test and push:
- Node.js 8 or greater
- yarn
A step by step series of examples that tell you how to get a development environment running.
-
Install dependencies
yarn install
-
Start the development environment
yarn dev
lint tests check for code errors inside the markdown and the javascript files. To run lint tests type:
yarn lint
Alternatively you can launch the tests separately:
yarn lint:js
yarn ling:md
e2e tests ensure the site continues to work after changes are made. To run e2e tests type:
yarn cy:run
This generates a report on the console with the results of the tests.
If, on the other hand, you prefer to see the tests while they are running, you can type:
yarn cy:open
Generate a production ready static site by typing:
yarn prod
- Eleventy with markdown-it
- Tailwind CSS
- humans.txt
- Contributor Covenant
- Microanalytics
Please read CONTRIBUTING.md for details on our code of conduct, and process for submitting pull requests to us.
We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.
See AUTHORS.md for a list of authors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.