indigotech / onboard-jean-lee

0 stars 0 forks source link

First taki-tiler project

This repository contains the code for my onboarding project at Taqtile.

Environment and tools

This project was built using Node v16.8.0 and React v17.0.2 on a Linux Mint 20.2 machine.

Development environment

Steps to run and debug

In order to run this project, clone the repository and run the following commands in its root folder:

$ npm install
$ npm start

To run ESLint on a specific file, from the project's root folder:

$ npx eslint src/app.tsx

Alternatively, you can run ESLint on all files within a folder:

$ npx eslint . --ext .js,.jsx,.ts,.tsx