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

Alignment words #3

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 14 additions & 0 deletions .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
asset-manifest.json,1653025960721,82903a6185f422be2f5e535ab904aab8fd338566d6c01379bf0cdf0dd118ed54
index.html,1653025960721,a557be70a32fc4cee20b51dcc1232157c2fd1444bd55a69c0852334e8f313448
manifest.json,1649096884251,5c997de1364b8be939319fa9209abd77f2caf7f8844999a9e2e9173f844e7840
robots.txt,1649096884251,b2090cf9761ef60aa06e4fab97679bd43dfa5e5df073701ead5879d7c68f1ec5
static/css/main.b32ff93c.css,1653025960751,75ade7b945d84729ee9dc8886f8b321bfe22010f0e095a653fe061bac8a2ae35
static/css/main.b32ff93c.css.map,1653025960752,461252acf583d631965d2da8eca7f6669f1fcc2fcb6c91924d75bea17c71523c
static/js/main.c8dd9086.js.LICENSE.txt,1653025960752,3d7e344f0fc54658196e5c025263fb532e7956a982676c715673556f2d71f03e
static/media/unlink.cdd2bdc2159c505a8442.png,1653025960751,ca618a8c70d407449534248c7efa2899682116ed5a87659f8b6cf671b921545e
static/media/deaf-bible-american-sign-language-deaf-culture.aa299730893ae4bb5794.png,1653025960751,24b5f0ee0d216ad4753a9e7748962e75b596da204a7dda69bed1069df03984b9
favicon.ico,1649096884247,eae62e993eb980ec8a25058c39d5a51feab118bd2100c4deebb2a9c158ec11f9
logo192.png,1649096884249,3ee59515172ee198f3be375979df15ac5345183e656720a381b8872b2a39dc8b
static/js/main.c8dd9086.js,1653025960752,061eeb34fc4b54d8919d4d60d49d9a8e58a6ebca984abdcf26df2e9388f06de0
logo512.png,1649096884250,ee7e2f3fdb8209c4b6fd7bef6ba50d1b9dba30a25bb5c3126df057e1cb6f5331
static/js/main.c8dd9086.js.map,1653025960754,9799c7eb90e21ddb5f696031a4aa10bde471699cd8f98f1c35102a3a9ae47223
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "isl-alignment"
}
}
16 changes: 16 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
21 changes: 21 additions & 0 deletions node_modules/alignment-editor-rcl/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

137 changes: 137 additions & 0 deletions node_modules/alignment-editor-rcl/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading