Skip to content

Commit 0110e5b

Browse files
committed
simplify getting started page
1 parent 93e53a0 commit 0110e5b

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

content/documentation/getting-started.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -81,31 +81,6 @@ Try:
8181

8282
> 📘 [More on REPL](/documentation/repl)
8383
84-
## Debugging
85-
86-
```phel
87-
(php/dump (+ 40 2))
88-
```
89-
90-
Enable temp files in `phel-config-local.php`:
91-
92-
```php
93-
<?php
94-
return (require __DIR__ . '/phel-config.php')
95-
->setKeepGeneratedTempFiles(true);
96-
```
97-
98-
> 📘 [More on debugging](/documentation/debug)
99-
100-
## Build & Deploy
101-
102-
```bash
103-
vendor/bin/phel build
104-
php out/index.php
105-
```
106-
107-
> 📘 [More on build](/documentation/cli-commands/#build-the-project)
108-
10984
## Testing
11085

11186
```bash
@@ -114,15 +89,6 @@ vendor/bin/phel test --filter foo
11489

11590
> 📘 [More on testing](/documentation/testing)
11691
117-
## Handy Macros
118-
119-
```phel
120-
(when condition (println "if true"))
121-
(-> {:name "Phel"} (:name) (str "Lang"))
122-
```
123-
124-
> 📘 [More on macros](/documentation/macros)
125-
12692
## Editor Support
12793

12894
- [VSCode](https://github.com/phel-lang/phel-vs-code-extension)

0 commit comments

Comments
 (0)