Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Eye-Tracking Classroom
/
StarGazer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7a15d998
authored
Aug 28, 2019
by
Alexander Bazo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change to manual dependency install for gaze client library
parent
8f07ceb2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
Readme.md
+2
-2
package.json
+0
-1
No files found.
Readme.md
View file @
7a15d998
...
...
@@ -2,4 +2,4 @@
## Usage
Run
`npm install`
to install dependencies and
`npm start`
to run the game.
\ No newline at end of file
Run
`node get-gaze-client.js`
to install dependencies and
`npm start`
to run the game on a local test server.
\ No newline at end of file
package.json
View file @
7a15d998
...
...
@@ -5,7 +5,6 @@
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"postinstall"
:
"node get-gaze-client.js"
,
"start"
:
"http-server -o"
},
"author"
:
"Alexander Bazo <alexanderbazo@googlemail.com>"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment