Skip to content

inigochoa/wallpaper-gallery

Repository files navigation

wallpapers.inigochoa.me

Website GitHub package.json version GitHub Libraries.io dependency status for GitHub repo

wallpapers.inigochoa.me source code.

Getting Started

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.

Prerequisites

Requirements to build, test and push:

  • Node.js 8 or greater
  • yarn

Installing

A step by step series of examples that tell you how to get a development environment running.

  1. Install dependencies

    yarn install
  2. Start the development environment

    yarn dev

Running the tests

lint

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

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

Deployment

Generate a production ready static site by typing:

yarn prod

Built with

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and process for submitting pull requests to us.

Versioning

We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.

Authors

See AUTHORS.md for a list of authors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.