Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 845 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 845 Bytes

The way of life

It is an experimental project that wants to calm you down and relax. It does not have any meaning, is to appreciate the little details that make life, ¡The life!

Try it

https://jorelosorio.github.io/the-way-of-life/

Development

This project contains a Dockerfile file with all required dependencies to run it using Visual Studio Code + *Remote - Containers extension. However, if you want to make it run locally in your development machine, please follow the instructions below.

* For more information please refers to: https://code.visualstudio.com/docs/remote/containers#_getting-started

Dependencies

Install node dependencies

npm install

Run

Run it locally

npm run start

Check issues

Check for lint issues

npm run lint

Only required if you want to contribute