Skip to content

Commit d0f1c6a

Browse files
authored
Update README.md
1 parent 54148f5 commit d0f1c6a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Scala AST explorer
1+
# Scala Explorer
22

3-
Use Scalameta in the browser to explore Scala code syntax.
3+
Learn Scala by exploring code.
44

5-
[**Try it**](https://scalameta.org/ast-explorer/)
5+
[**Try it**](https://zainab-ali.github.io/scala-explorer/)
66

7-
Built with [Scala 3](https://www.scala-lang.org/), [Scala.js](https://www.scala-js.org/), [Scalameta](https://scalameta.org/), [Laminar](https://laminar.dev/), and [Scala CLI](https://scala-cli.virtuslab.org/).
7+
The Scala explorer is an in-browser tool for Scala learners. It is a fork of [AST explorer](https://scalameta.org/ast-explorer/).
88

9-
![CleanShot 2025-03-15 at 08 44 20](https://github.com/user-attachments/assets/ac9de90f-04ca-42d8-a0c3-defe43d0dbe8)
9+
Built with [Scala 3](https://www.scala-lang.org/), [Scala.js](https://www.scala-js.org/), [Scalameta](https://scalameta.org/), [Laminar](https://laminar.dev/), and [Scala CLI](https://scala-cli.virtuslab.org/).
1010

1111
## Contributing
1212

@@ -15,5 +15,10 @@ Pre-requisites:
1515
- [Node.js and NPM](https://nodejs.org/en/download/)
1616

1717
Developing:
18+
- Run `npm install` to install dependencies.
1819
- Run `npm run dev` to run the development server (with Scala auto-reload).
1920
- Run `npm run build` to build the production version in `dist/` folder.
21+
22+
## Credits
23+
24+
Many thanks to @keynmol for the AST explorer fundementals, to @majk-p for hacking together a [Scala explainer](https://github.com/majk-p/scala-explainer), and to @migoilee and @ym-pett for contributing!

0 commit comments

Comments
 (0)