Commit graph

29 commits

Author SHA1 Message Date
Aaron 272d61cd0a
docs: utilize blockquote color highlights (unrealapex) (#5444)
* docs: add note for unix systems

* docs: use gfm blockquote highlight for note

github flavored markdown supports highlighting of NOTE and WARNING
messages in blockquotes. see
https://github.com/orgs/community/discussions/16925

* docs: fix bold text

Co-authored-by: Warrobot10 <132307750+Warrobot10@users.noreply.github.com>

---------

Co-authored-by: Warrobot10 <132307750+Warrobot10@users.noreply.github.com>
2024-05-28 10:32:23 +02:00
Paul Ebose a0416d3eba
impr(dev): allow docker compose to start the backend server (plbstl, Miodec) (#4995)
* chore: allow backend docker compose to start the api-server alongside redis & mongodb

* chore: update node versions in docker compose

* chore: add an extra compose file in backend

* docs: update advanced contribution guide with docker compose changes

* add docker script
support server_open env variable

* move files

* npm scripts
rename file

* add docker ignore

* fix redis not working

* rename file

* mounting root instead

* update docs

* update docs table of contents

* restart on fail

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2024-02-28 14:17:09 +01:00
Christian Fehmer 6cf2e4f5f5
chore: update node version to 18.19.1 (#5060) 2024-02-15 21:23:29 +01:00
Ajay kumar a1ad69ac56
docs: update firabse section (underscoore) (#5036) 2024-02-12 12:53:00 +01:00
Aromia 9493f4bf14
docs: add one key step to configure Firebase (Armo1a) (#4749)
* Update CONTRIBUTING_ADVANCED.md

* Update CONTRIBUTING_ADVANCED.md based on review
2023-10-30 15:02:12 +00:00
Ranjit Raut ff27a5d599
docs: fix typos and grammatical errors (theranjitraut) (#4728)
* some typos are fixed

* some typoes are fixed in CODE_OF_CONDUCT.md

* typos are fixed in CONTRIBUTING_ADVANCED.md

* CONTRIBUTING_BASIC.md typos updated

* LANGUAGES.md typos are fixed

* Update CONTRIBUTING.md
2023-10-23 16:51:09 +01:00
Christian Fehmer 0f6884a5be
impr: detect development mode based on config instead of window.location (fehmer) (#4703)
* impr: detect development mode based on config instead of window.location

* Allow access to /configure on the backend using non-local ip

* Use webpack define plugin

* take BACKEND_URL from env
2023-10-09 18:46:40 +01:00
Hinson Chan 8e72b515e4
docs: update node version (flatypus) (#4669) 2023-09-26 14:00:44 +01:00
Seth Falco 990ffc8b07
chore: use docker compose v2 (SethFalco) (#4621) 2023-09-11 18:42:56 +01:00
Jack 4d335e24ee
docs: update heading levels 2023-08-31 13:58:51 +02:00
Neeraj TK 493863240a
contributing advanced docs updated (#4543) 2023-08-14 21:57:01 -04:00
Miodec 65a34fb4e7 docs: add commit message guidelines section 2023-08-10 23:21:34 +02:00
Aaron ac0ba93a8c
Use the <kbd> tag instead of markdown code backticks (#4081) UnrealApex
I am pretty sure there used to be the tags, though blame doesn't show anything because the file history is kinda of weird after #2946.
2023-03-17 11:51:47 +01:00
Rizwan Mustafa 00de05d66b
Fix docker documentation (#3740)
* Fix documentation

* Fix documentation v2
2022-11-14 14:08:18 +01:00
Jack 208e5c5e7f
backend server, not database 2022-10-18 12:35:40 +02:00
Miodec 18229a2beb installing dependencies manually is not required when using docker 2022-10-18 12:34:17 +02:00
Jack 33e4c5e9f9
spacing 2022-10-17 22:41:04 +02:00
Jack 845a6dfaee
new line 2022-10-17 22:39:53 +02:00
Miodec 7425ba52cc better grouping 2022-10-17 22:38:08 +02:00
Miodec 0f1f7bc6b0 reduced indent 2022-10-17 22:33:47 +02:00
Miodec 4d05d61b59 small update 2022-10-17 22:31:51 +02:00
Miodec cf68398c15 reworked advanced contributing file 2022-10-17 22:26:54 +02:00
Miodec ad48a8f309 updated contributing to mention firebase auth is optional 2022-09-28 16:06:41 +02:00
Luke Weiler a53ea582e4
Added version indicator option 3 (#3393) lukew3
* Fix missing step in contributing advanced

* Removed condition that will never be hit

* Replace version banner with newVersionIndicator

* Update CONTRIBUTING_ADVANCED.md

* Changed newVersionIndicator to text

* Add negative margin to indicator to fix alignment

* close newVersionIndicator on click

* Removed show x on hover

* style touch ups

Co-authored-by: Miodec <bartnikjack@gmail.com>
2022-08-08 16:12:41 +02:00
smunky 94bfd02e49
fix basic typos (#3235)
* fixed typo in THEMES.md

* fix spelling mistake

* fixed noun usage
2022-06-26 12:41:55 +02:00
aNOOBis c69515e46b
Contributing typos fix (#3114)
* spacebar in presets and tags addition

* super mega spacebar remake

* style fix

* final name removal in ui

* replaceAll in ape removal

* using display above account chart

* create preset in command line addition

* testing removal

* one more testing removal

* create tag command line addition

* Update commandline-lists.ts

* moved add commands to the bottom
hiding if user is not signed in

* refactor

* hiding tags and presets when signed out

* fixed presets and tags display in alerts

* russian_25k and russian_50k addition

* russian 375k addition

* lil fix

* fixed windows auto-reload error

* Revert "fixed windows auto-reload error"

This reverts commit ea22621232.

* Revert "Revert "fixed windows auto-reload error""

This reverts commit 669cec4217.

* Revert "Revert "Revert "fixed windows auto-reload error"""

This reverts commit d90352633c.

* themes popup small fix

* using &&

* some typos fixed

Co-authored-by: Miodec <bartnikjack@gmail.com>
Co-authored-by: Vasiliy Novozhilov <vasya@192.168.1.3>
2022-06-12 11:56:40 -04:00
Rizwan Mustafa 4e0a545f12
Create docker-compose.yaml file for frontend (#3058)
* Create docker-compose.yaml file for frontend

* Move docker-compose.yaml file

* change name

* Add docker instructions

* Add docker installation link
2022-06-01 14:04:00 -04:00
Bruce Berrios 0e3acfce8e
Change from port 5000 to 3000 for dev frontend serve (#3055) 2022-06-01 18:43:13 +02:00
Matthew Kwan bba59f1adb Add CONTRIBUTING_BASIC.md and CONTRIBUTING_ADVANCED.md (#2946) matthew-kwan
* Add CONTRIBUTING_BASIC.md and CONTRIBUTING_ADVANCED.md

* Update screenshot to correct radio option

* Fix type in CONTRIBUTING_BASIC.md

* Update CONTRIBUTING_BASIC.md

* Update CONTRIBUTING.md and CONTRIBUTING_ADVANCED.md

* reordered sections

* slight change

* Fixed table of contents

* fixed table of contents

* table of contents fix

Co-authored-by: Jack <jack@monkeytype.com>
2022-05-08 09:25:51 +02:00