Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 9bd6632

Browse files
committed
fix readmes
1 parent 817699b commit 9bd6632

4 files changed

Lines changed: 4 additions & 62 deletions

File tree

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,4 @@ It is combined with [EO](https://github.com/objectionary/eo) editor. EO is based
3939
```sh
4040
sh run_back.sh
4141
sh run_front.sh
42-
```
43-
44-
## References
45-
46-
- [Add](https://git-scm.com/book/en/v2/Git-Tools-Submodules) a submodule
47-
- Clone [nested submodules](https://stackoverflow.com/a/6562038)
48-
- Convert a submodule to a folder while preserving its history: [src](https://medium.com/walkme-engineering/how-to-merge-a-git-submodule-into-its-main-repository-d83a215a319c)
49-
- Get info about forks: [gitpop3](https://andremiras.github.io/gitpop3/)
50-
- "[Automating](https://brandonchinn178.github.io/blog/2022/05/19/automating-fourmolu-releases-with-github-actions.html) Fourmolu releases" - use Python for CI
51-
- Build a subdirectory: [buildpack](https://elements.heroku.com/buildpacks/timanovsky/subdir-heroku-buildpack)
52-
- Deploy to Heroku: GH [action](https://github.com/marketplace/actions/deploy-to-heroku?version=v3.12.12)
42+
```

back/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
sh run.sh
1313
```
1414

15-
## Deploy to Heroku?
15+
## Deploy to Heroku
1616

1717
- Read [this](https://hackernoon.com/for-all-the-world-to-see-deploying-haskell-with-heroku-7ea46f827ce) till `web: run-server`
1818

@@ -42,6 +42,4 @@ startApp = catchIOError
4242
2022-06-25T14:40:54.126423+00:00 heroku[web.1]: Process exited with status 137
4343
2022-06-25T14:40:54.215588+00:00 heroku[web.1]: State changed from starting to crashed
4444

45-
```
46-
47-
- Due to a GitHub action, this specific folder will be pushed to Heroku as a separate project
45+
```

back/run.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

front/README.md

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -43,49 +43,4 @@ If your workflow does not support automatic recompilation, then you will need to
4343
npm run build:prod
4444
```
4545

46-
* Now, you may deploy your app to a static hosting service, e.g., GitHub Pages (see this [post](https://javascript.plainenglish.io/deploying-any-app-to-github-pages-1e8e946bf890))
47-
48-
## References
49-
50-
- Halogen project [template](https://github.com/purescript-halogen/purescript-halogen-template).
51-
52-
- Events
53-
54-
- [How to dispatch custom events in JavaScript](https://www.educative.io/answers/how-to-dispatch-custom-events-in-javascript)
55-
56-
- Web requests
57-
58-
- [Purescript Part 4: Web Requests and Navigation](https://mmhaskell.com/purescript-4)
59-
60-
- Configuring Todo Tree extension
61-
62-
- [sample config](https://youtu.be/wzIcG8TdjHE)
63-
- can combine [regexes](https://github.com/Gruntfuggly/todo-tree/wiki/Configuration-Examples) for several languages via the vertical bar `|`
64-
65-
- API mocking
66-
67-
- [Mockoon](https://mockoon.com/docs/latest/templating/fakerjs-helpers/)
68-
<details>
69-
<summary>Sample mock</summary>
70-
71-
```javascript
72-
{{setVar 'arr' (array 'eo' 'original_term' 'whnf' 'nf' 'cbn_reduction' 'cbn_with_tap' 'cbn_with_graph')}}
73-
{{setVar 'p' (len arr)}}
74-
{
75-
"editor": "eo",
76-
"newCode": "{{faker 'random.alphaNumeric' 100}}",
77-
"tabs": { {{#each arr}}"{{this}}":"{{faker 'random.alphaNumeric' 25}}"{{#if (lt @index 6)}}, {{/if}}{{/each}} }
78-
}
79-
```
80-
</details>
81-
- [Handlebars.js](https://handlebarsjs.com/api-reference/data-variables.html#root)
82-
83-
- Purescript IDE
84-
85-
- Type info can be [improved](https://github.com/purescript/purescript/issues/3670#issuecomment-567151050). For now, need to put type holes via `::?what`
86-
87-
- Working with JSON
88-
89-
- `argonaut` [example](https://pursuit.purescript.org/packages/purescript-argonaut-codecs/9.0.0/docs/Data.Argonaut.Decode.Combinators#v:defaultField)
90-
91-
- Deploy to GitHub pages via [gh-pages](https://www.npmjs.com/package/gh-pages)
46+
* Now, you may deploy your app to a static hosting service, e.g., GitHub Pages (see this [post](https://javascript.plainenglish.io/deploying-any-app-to-github-pages-1e8e946bf890))

0 commit comments

Comments
 (0)