Skip to content

Commit

Permalink
add inital repository content
Browse files Browse the repository at this point in the history
  • Loading branch information
idosun committed Aug 6, 2019
1 parent 2e3c0c8 commit 3725daa
Show file tree
Hide file tree
Showing 18 changed files with 7,426 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules/*
build/
.idea/
.DS_Store
settings.json
.vscode/
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8.1.4
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Must have `sentry-cli` installed globally
# Following variable must be passed in
# SENTRY_AUTH_TOKEN

SENTRY_ORG=
SENTRY_PROJECT=
VERSION=`sentry-cli releases propose-version`
PREFIX=static/js

setup_release: $(info ************ RELEASE VERSIOIN **********)
Binary file added configure-launch-react-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3725daa

Please sign in to comment.