Quick start guide

This commit is contained in:
buggymcbugfix 2020-06-12 17:13:58 +01:00 committed by Vilem
parent 4e40b46300
commit fb829e3594

View File

@ -3,7 +3,8 @@
Visual tool to spot odd runtime behaviour of Haskell programs.
**Keywords:** *data scientist, GHC eventlog, UI experiments, creative/live coding*
### Learn these for coding
### Learn these for coding
- HTML + CSS + JS
- Svelte *(https://svelte.dev/tutorial/basics)*
- D3.js *(https://www.youtube.com/watch?v=_8V5o2UHG0E)*
@ -12,3 +13,15 @@ Visual tool to spot odd runtime behaviour of Haskell programs.
- GHC RTS design *(https://takenobu-hs.github.io/downloads/haskell_ghc_illustrated.pdf)*
- GHC eventlog *(https://hackage.haskell.org/package/ghc-events)*
- GHC HIE files *(https://www.haskell.org/ghc/blog/20190626-HIEFiles.html)*
### Quick Start Guide
In one terminal:
$ cd server && stack build && stack exec code-spot-server
In another terminal:
$ cd src && npm install && npm run dev
Now open [http://localhost:5000/](http://localhost:5000/) in your browser!