docbrown/docs/getting-started
Vaidehi Joshi 1531c182cc
Move .env_sample out of /config directory (#9868)
The `.env` file shouldn't live in the `/config` directory when it is created, but
currently, the `.env_sample` file lives within `/config`. This can be confusing and
cause ENV var issues if someone duplicates `.env_sample` and renames it to `.env`,
because none of their ENV variables will get picked up, since their `.env` file will
mistakenly end up in `/config`.

This change moves `.env_sample` out of `/config`, and updates the documentation/relevant
.yml files accordingly.
2020-08-19 18:18:30 +02:00
..
branching.md Update branching docs [ci skip] (#5666) 2020-01-23 09:28:46 -05:00
committing.md Configure eslint to use Preact linter rules (#8828) 2020-06-22 14:44:55 -04:00
config-env.md Move .env_sample out of /config directory (#9868) 2020-08-19 18:18:30 +02:00
db.md Update docs with Forem instead of dev.to (#9316) 2020-07-15 13:29:11 -04:00
forking.md Update docs with Forem instead of dev.to (#9316) 2020-07-15 13:29:11 -04:00
pull-request.md Update docs with Forem instead of dev.to (#9316) 2020-07-15 13:29:11 -04:00
readme.md Add some architecture docs (#4171) 2019-10-01 10:30:03 -04:00
start-app.md Update docs with Forem instead of dev.to (#9316) 2020-07-15 13:29:11 -04:00
syncing.md Update docs with Forem instead of dev.to (#9316) 2020-07-15 13:29:11 -04:00
workflow.md Update docs to shine more light on bin/setup and bin/startup (#8290) 2020-06-05 12:21:53 -04:00

title items
Getting Started
forking.md
config-env.md
db.md
start-app.md
workflow.md
branching.md
committing.md
pull-request.md
syncing.md
architecture.md

Getting Started!