Skip to content

Commit

Permalink
Merge pull request #1 from EXPITC/develop
Browse files Browse the repository at this point in the history
Ref: *
  • Loading branch information
EXPITC authored May 24, 2023
2 parents 7935edd + fe00248 commit ffe2027
Show file tree
Hide file tree
Showing 48 changed files with 4,684 additions and 6,928 deletions.
8 changes: 8 additions & 0 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# MAPBOX
REACT_APP_MAPBOX_TOKEN=""

# Socket Io
REACT_APP_BE=""

# AXIOS
REACT_APP_API_ENDPOINT=""
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# dependencies
/node_modules
node_modules
/.pnp
.pnp.js

Expand All @@ -10,9 +11,11 @@

# production
/build
/.history

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
Expand Down
Loading

0 comments on commit ffe2027

Please sign in to comment.