-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #232 from KenEucker/develop
2.0.0
- Loading branch information
Showing
17 changed files
with
220 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ Below you will find some of the primary settings for testing all features of the | |
```sh | ||
#.env | ||
# Used for internal authentication | ||
SUPER_ADMIN[email protected] | ||
ADMIN_EMAIL[email protected] | ||
HOST_KEY=anythingyouwantititobe | ||
ACCESS_TOKEN=BIKETAGACCESSTOKEN | ||
# Used for uploading new BikeTag posts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
export const BikeTagDefaults = { | ||
appId: 'com.app.biketag', | ||
accessToken: '8b4e2b86a724bf3f39d6766de6e67212', | ||
admingEmail: '[email protected]', | ||
gameName: '', | ||
host: 'biketag.org', | ||
hostKey: 'ItsABikeTagGame', | ||
source: 'sanity', | ||
logo: '/images/BikeTag.svg', | ||
jingle: 'media/biketag-jingle-1.mp3', | ||
store: 'biketag', | ||
manifest: { | ||
name: 'BikeTag', | ||
shortName: 'BikeTag', | ||
description: 'BikeTag is a photo mystery tag game played on bicycles. No login required.', | ||
themeColor: '#000000', | ||
}, | ||
/// TODO: THIS IS BAD | ||
sanityImagesCDNUrl: 'https://cdn.sanity.io/images/', | ||
sanityBaseCDNUrl: 'https://cdn.sanity.io/images/x37ikhvs/production/', | ||
sanityPlayerRoleID: 'rol_pcbQ68Q9L0yn1o3O', | ||
sanityAmbassadorRoleID: 'rol_iET51vzIn8z6Utz0', | ||
} | ||
|
||
export const special = [ | ||
'zeroth', | ||
'first', | ||
'second', | ||
'third', | ||
'fourth', | ||
'fifth', | ||
'sixth', | ||
'seventh', | ||
'eighth', | ||
'ninth', | ||
'tenth', | ||
'eleventh', | ||
'twelfth', | ||
'thirteenth', | ||
'fourteenth', | ||
'fifteenth', | ||
'sixteenth', | ||
'seventeenth', | ||
'eighteenth', | ||
'nineteenth', | ||
] | ||
export const deca = ['twent', 'thirt', 'fort', 'fift', 'sixt', 'sevent', 'eight', 'ninet'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
export * from './constants' | ||
export * from './types' | ||
export * from './utils' | ||
export * from './uuid' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.