Skip to content

Commit

Permalink
Change readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Talagaev committed Sep 25, 2023
1 parent 5758263 commit c18bfa3
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
## Netlify links

- [Sign in](https://deploy--jocular-rugelach-1c03ff.netlify.app/)
- [Sign out](https://deploy--jocular-rugelach-1c03ff.netlify.app/registration)
- [Chats and chat](https://deploy--jocular-rugelach-1c03ff.netlify.app/chats-and-chat)
- [User settings](https://deploy--jocular-rugelach-1c03ff.netlify.app/user-settings)
- [User editing settings](https://deploy--jocular-rugelach-1c03ff.netlify.app/user-editing-settings)
- [User editing password](https://deploy--jocular-rugelach-1c03ff.netlify.app/user-editing-password)
- [Page 404](https://deploy--jocular-rugelach-1c03ff.netlify.app/404)
- [Page 500](https://deploy--jocular-rugelach-1c03ff.netlify.app/500)
- [Sign out](https://deploy--jocular-rugelach-1c03ff.netlify.app/registration/)
- [Chats and chat](https://deploy--jocular-rugelach-1c03ff.netlify.app/chats-and-chat/)
- [User settings](https://deploy--jocular-rugelach-1c03ff.netlify.app/user-settings/)
- [User editing settings](https://deploy--jocular-rugelach-1c03ff.netlify.app/editing-settings/)
- [User editing password](https://deploy--jocular-rugelach-1c03ff.netlify.app/editing-password/)
- [Page 404](https://deploy--jocular-rugelach-1c03ff.netlify.app/404/)
- [Page 500](https://deploy--jocular-rugelach-1c03ff.netlify.app/500/)

## Установка

Expand All @@ -20,14 +20,15 @@

## Структура

- /src/layout/ - макет
- /src/layout/mixins.pug - собираем все компоненты
- /src/pages/ - шаблоны страниц
- /src/components/- компоненты
- /src/pages/ - Компоненты страниц
- /src/components/ - Компоненты
- /src/components/utils/ - Утилиты компонентов
- /src/core/- Ключевые классы
- /src/scss/ - стили проекта
- /src/scss/style.scss - собираем все стили
- /src/utils/ - Утилиты

## Ключевые технологии

- typescript
- шаблонизатор - pug
- css препроцессор - sass

0 comments on commit c18bfa3

Please sign in to comment.