Skip to content

Commit

Permalink
Update project description in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin authored Dec 5, 2023
1 parent e514724 commit d77e895
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
# Ekaterinburg Transport

Ekaterinburg transport website
Ekaterinburg transport website prototype. FAQs and map of public transport.

**[transport.ekaterinburg.city](https://transport.ekaterinburg.city)**

## Tools
<img width="60%" alt="" src="https://github.com/ekaterinburgdev/transport/assets/22644149/27211a8e-212b-461e-a921-f3874362b962">


## About

- Transport map with vehicles, stops and routes using [Leaflet](https://leafletjs.com/), [React Leaflet](https://react-leaflet.js.org/)
- Informational static website based on [Next.js](https://nextjs.org/)
- [Site CMS](https://github.com/ekaterinburgdev/transport-cms) with [Strapi](https://strapi.io/)
- Transfort data parser from [маршрут.екатеринбург.рф](http://маршрут.екатеринбург.рф)

- [Leaflet](https://leafletjs.com/)
- [React Leaflet](https://react-leaflet.js.org/)
- [Next.js](https://nextjs.org/)
- [Vercel Serverless](https://vercel.com/)

## Development

1. Install [Node.js](https://nodejs.org/en/download/) (actual version is in `.nvmrc`, use `nvm use` to install or switch to actual version) and [pnpm](https://www.npmjs.com/package/pnpm#user-content-installation)
1. Install [Node.js](https://nodejs.org/en/download/) (actual version is in `.nvmrc`) and [pnpm](https://www.npmjs.com/package/pnpm#user-content-installation)

2. Install dependencies for `/client` and `/api` apps
2. Install dependencies for `/client` and `/server` apps

```
pnpm -r install
Expand Down

0 comments on commit d77e895

Please sign in to comment.