aboutsummaryrefslogtreecommitdiff
path: root/javascript/README.md
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-09-19 11:22:21 +1000
committerYuchen Pei <hi@ypei.me>2022-09-19 11:22:21 +1000
commitef1b927861f9a949aed20341144ffb5bfd42f038 (patch)
tree48bd4688928546bedc6504aad76bf6e0327fcef9 /javascript/README.md
parent117850d8f659517cb818a857dc04c8f5157795c4 (diff)
Removing the web client
Diffstat (limited to 'javascript/README.md')
-rw-r--r--javascript/README.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/javascript/README.md b/javascript/README.md
deleted file mode 100644
index d73ef9e..0000000
--- a/javascript/README.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# haskell-code-explorer
-
-## Prerequisites
-* [Node.js](https://nodejs.org/) (with NPM)
-* [Ember CLI](https://ember-cli.com/)
-* [bower](https://bower.io/)
-
-## Installation
-* `cd haskell-code-explorer/javascript`
-* `npm install`
-* `bower install`
-
-## Running / Development
-* Start haskell-code-server on port 8080
-* `ember server --port=4200 --proxy=http://localhost:8080`
-* Visit your app at [http://localhost:4200](http://localhost:4200).
-
-To test the app with real-world data :
-* ember server --proxy=https://haskell-code-explorer.mfix.io/
-
-## Running Tests
-* `ember server --port=4200`
-* Open [http://localhost:4200/tests](http://localhost:4200/tests) in a browser
-
-## Building
-* `ember build --environment production`