1
0

Update README.

This commit is contained in:
Kevin Matsubara 2025-05-07 22:09:09 +02:00
parent f7ac4ab906
commit bde6987f0e

View File

@ -1,3 +1,18 @@
# portfolio-haskell ## Haskell
An attempt to change my personal website to have a Haskell backend. ### Cabal
* `cabal init`
* `cabal build`
* `cabal install --only-dependancies`
### Blaze
[adit.io - Making A Website With Haskell](https://www.adit.io/posts/2013-04-15-making-a-website-with-haskell.html)
## PureScript
### VS Code extensions
* PureScript IDE
* PureScript Language Support