forked from SakshamHaryana-SE/enketo
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f2c9d90
commit d259661
Showing
8 changed files
with
177 additions
and
16,417 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
v14.19.1 |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,24 @@ | ||
{ | ||
"name": "enketo", | ||
"version": "1.0.0", | ||
"description": "Enketo", | ||
"scripts": { | ||
"start-redis-cache": "docker run --name enketo-redis-cache -p 6380:6379 -d redis", | ||
"start-redis-main": "docker run --name enketo-redis-main -p 6379:6379 -d redis", | ||
"start-ec": "cd enketo-core && npm start", | ||
"start-ee": "cd enketo-express && grunt develop", | ||
"start-fs": "cd form-server && source venv/bin/activate && python3 app.py", | ||
"start-static": "cd form-server/static/forms && python3 -m http.server", | ||
"start-web": "cd wrapper && npm start" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ChakshuGautam/enketo.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/ChakshuGautam/enketo/issues" | ||
}, | ||
"homepage": "https://github.com/ChakshuGautam/enketo#readme" | ||
} |
Oops, something went wrong.