Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update my fork #2

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
46e4ce8
add twitter to readme
TrillCyborg Jun 8, 2019
011a6af
Add LICENSE file to match README
shazow Jun 8, 2019
ebcd86a
Merge pull request #2 from shazow/patch-1
TrillCyborg Jun 8, 2019
d102055
fix(readme): missing "be"
FalkF Jun 8, 2019
b3b4ffb
add the designers twitter since you guys like his work so much
TrillCyborg Jun 8, 2019
4ed81c0
Merge branch 'master' of github.com:TrillCyborg/onefraction
TrillCyborg Jun 8, 2019
fbae86a
Merge pull request #3 from FalkF/patch-1
TrillCyborg Jun 8, 2019
c2c0848
add - to readme
TrillCyborg Jun 8, 2019
453ccc5
Merge branch 'master' of github.com:TrillCyborg/onefraction
TrillCyborg Jun 8, 2019
71ad2c3
Fixed typo
franciscop Jun 9, 2019
9d93b83
add package.json to root
TrillCyborg Jun 9, 2019
781825a
Merge pull request #4 from franciscop/patch-1
TrillCyborg Jun 9, 2019
d95e4fd
chore: update README.md
Jun 9, 2019
6a787db
remove dev server config. add example client config
TrillCyborg Jun 9, 2019
809870b
Merge pull request #7 from TrillCyborg/example-client-env
TrillCyborg Jun 9, 2019
aa3412b
Merge pull request #5 from Hongarc/patch-1
TrillCyborg Jun 9, 2019
f34339e
refactor(server): use destructuring instead of `*`
Jun 9, 2019
b369bfd
chore: ignore log by yarn
Jun 9, 2019
e3fbc6e
add usage to readme
TrillCyborg Jun 9, 2019
f2b57b8
add yarn gen:types:watch to readme
TrillCyborg Jun 9, 2019
de759ed
change: corrected misspelled mongod command in readme
mcgraths7 Jun 9, 2019
d13e820
Merge pull request #14 from mcgraths7/master
TrillCyborg Jun 9, 2019
e67fe99
add line to usage for setting up client env file
TrillCyborg Jun 9, 2019
c154e5c
Merge branch 'master' of github.com:TrillCyborg/onefraction
TrillCyborg Jun 9, 2019
c294b2e
remove old branding
TrillCyborg Jun 10, 2019
586fe8b
update repo in package.json
TrillCyborg Jun 10, 2019
22d54ae
add links to tutorial
TrillCyborg Jun 12, 2019
20d79a1
fix a p
TrillCyborg Jun 12, 2019
c46708c
undo last addition to the readme
TrillCyborg Jun 12, 2019
20c7090
chore: ignore log by yarn (#9)
elie222 Jun 16, 2019
5649e48
refactor(server): use destructuring instead of `*` (#8)
elie222 Jun 20, 2019
d09d839
update readme
TrillCyborg Jun 20, 2019
d45a66a
Merge branch 'master' of github.com:TrillCyborg/onefraction
TrillCyborg Jun 20, 2019
196ced2
update readme
TrillCyborg Jun 20, 2019
215bab0
Merge pull request #1 from TrillCyborg/master
chinassx Jul 16, 2019
6c25c0d
chore(server): add Dockerfile
msholty-fd Jul 16, 2019
cf0695f
chore(docker): remove env vars defined in Dockerfile
msholty-fd Jul 16, 2019
d65408d
Merge pull request #48 from mtglimited/docker
elie222 Jul 16, 2019
8d70337
Merge pull request #2 from TrillCyborg/master
chinassx Nov 26, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update repo in package.json
  • Loading branch information
TrillCyborg committed Jun 10, 2019
commit 586fe8bea5d5a12406253994bb848c257109eb15
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fullstack-boilerplate",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:TrillCyborg/onefraction.git",
"repository": "git@github.com:TrillCyborg/fullstack.git",
"author": "Jason Werner <jason@trxrg.com>",
"license": "MIT",
"private": false
Expand Down