diff --git a/README.md b/README.md index 951f091..51aa518 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,14 @@ -# Engineering Enablement React Template +# React Map Demos -Team responsible: Engineering Enablement team - -This starter kit is built on top of Vite 5.x for writing React based applications in TypeScript. +Team responsible: Engineering Enablement ## Aims of this repo -This repository aims to provide developers with a simple and unopinionated codebase to develop frontend-based React applications with. Simple meaning minimal config and maintenance overheads. - -## Features - -- ESLint - scripts linter -- Stylelint - styles linter -- Prettier - formatter -- Vitest - test framework -- Husky + lint-staged - pre-commit git hook set up for formatting +This project uses [Storybook](https://storybook.js.org/) to provide demos and examples of common use-cases of maps for Gemeente Amsterdam. The preferred map library is [Leaflet](https://leafletjs.com/) implemented in the frontend library [React](https://react.dev/). ## How to use this repo? -You can create a repository based on this [repository template](https://github.com/amsterdam/ee-react-template/generate) or simply clone the repository: - -```bash -git clone https://github.com/amsterdam/ee-react-template.git -cd ee-react-template -npm i -``` +This project is generated from a [repository template](https://github.com/amsterdam/ee-react-template). ### Usage diff --git a/package-lock.json b/package-lock.json index 56e398b..1b210f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "eslint-plugin-storybook": "^0.8.0", "happy-dom": "^14.11.0", "husky": "^9.0.11", - "lint-staged": "^15.2.2", + "lint-staged": "^15.2.7", "postcss": "^8.4.38", "postcss-scss": "^4.0.9", "prettier": "^3.2.5", diff --git a/package.json b/package.json index a848f71..8dbdb71 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "eslint-plugin-storybook": "^0.8.0", "happy-dom": "^14.11.0", "husky": "^9.0.11", - "lint-staged": "^15.2.2", + "lint-staged": "^15.2.7", "postcss": "^8.4.38", "postcss-scss": "^4.0.9", "prettier": "^3.2.5",