Skip to content

#14: Remove codes related to ni project, Add local configs into env files

Hossein Rashno requested to merge fix/14-remove-ni-codes into develop

Changes

  • Remove codes, styles, and configs related to ni project
  • Add .env file so we can keep env variable in this file and there is no need to rewrite them when we switch branches or etc...

Test

Create a file called .env.local at the root of your project. This file has been ignored by Git and it's just for your local env. Add the following line to this file and try to run the project, and see if everything works as expected.

REACT_APP_BASE_URL=https://1xdx.ddev.site

Merge request reports