2024-05-12 10:44:40 +00:00
|
|
|
# Personal Website Front-End
|
2024-02-05 16:55:33 +00:00
|
|
|
|
2024-05-12 10:44:40 +00:00
|
|
|
Requires the `tsc` typescript compiler.
|
2024-02-20 11:25:44 +00:00
|
|
|
|
2024-05-12 10:44:40 +00:00
|
|
|
To build do:
|
2024-02-20 11:25:44 +00:00
|
|
|
|
|
|
|
```sh
|
2024-05-12 10:44:40 +00:00
|
|
|
tsc
|
2024-02-20 11:25:44 +00:00
|
|
|
```
|
|
|
|
|
2024-05-12 10:44:40 +00:00
|
|
|
in this directory.
|