This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
transporte/README.md

410 B

transporte

Trouver la porte la mieux appropriée dans le métro lillois pour sortir le plus vite possible.

Setup

npm install

Development

Dev server

npm run serve

Starts the Webpack dev server on localhost:5000.

Linting

This project uses ESLint with the Airbnb Base style.

npm run lint

Build for production

npm run build