https://github.com/genieframework/whatsyournumber
https://github.com/genieframework/whatsyournumber
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/genieframework/whatsyournumber
- Owner: GenieFramework
- Created: 2021-11-30T21:33:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T21:16:15.000Z (over 4 years ago)
- Last Synced: 2025-03-04T02:41:27.085Z (over 1 year ago)
- Language: JavaScript
- Size: 471 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whats-your-number
Demo app for Stipple.jl
See it live at: https://stipple-whatsyournumber.herokuapp.com
## Instructions
1. Download/clone, and start a Julia REPL inside the app's folder.
2. Go into `pkg>` mode (by pressing `]`)
3. Run `pkg> instantiate`
### Run the app
#### Option 1 -- using the provided app runners
4. Exit the repl
6. At the terminal start the app by running `bin/server` (or `bin/server.bat` for Windows - make sure the files can be executed, run `chmod +x bin/server` if necessary. You may also need to update the path to the `julia` binary to match your system in the `bin/server` files).
#### Option 2 -- using the Genie API
4. Go back to the Julia `julia> ` mode by pressing backspace to exit `pkg> ` mode
5. Run `julia> using Genie`
6. Run `julia> Genie.loadapp()`
7. Run `julia> up()` to start the web server.
##### Please comment, contribute, open issues to make this better!