Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kritzcreek/psc-gui
https://github.com/kritzcreek/psc-gui
Last synced: about 1 hour ago
JSON representation
- Host: GitHub
- URL: https://github.com/kritzcreek/psc-gui
- Owner: kritzcreek
- Created: 2015-10-04T22:50:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-12T22:13:27.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T23:55:02.771Z (26 days ago)
- Language: PureScript
- Size: 604 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PSC-GUI
---This tool is meant to be a graphical frontend for
[psc-ide](https://github.com/kRITZCREEK/psc-ide).It is not meant to be used as an actual tool for PureScript development yet...
## Prerequisits
You need a working installation of nodejs. Then do:`npm install -g pulp purescript`
## Installation
1. Clone the repo:
`git clone https://github.com/kRITZCREEK/psc-gui && cd psc-gui`
2. Install dependencies:
`npm i && pulp dep i`
3. Build the project
`pulp browserify --main Browser --to app.js`
4. Start psc-ide-server in a PureScript project. Luckily psc-gui is one of
these, so open another terminal, navigate to psc-gui and execute:`psc-ide-server --debug`
(*The --debug flag makes the server print out all requests*)
5. Run the application:
`node_modules/.bin/electron .`