You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wasp's compiler is built with Haskell and under the hood it generates a web application in React and NodeJS. Given that, there are several ways in which you can contribute:
3
+
Wasp's compiler is built with Haskell and under the hood it generates a web application in React and NodeJS. Given that, there are several ways in which you can contribute:
-[Wasp as a web framework](#wasp-as-a-web-framework) (React, Node, HTML/CSS, database and so on)
6
7
-[Tutorials or Example apps](#tutorials-or-example-apps)
7
8
-[Documentation](#documentation)
8
9
9
-
## Before you begin
10
+
## Before you begin
10
11
11
-
- Check out the [**Getting Started**](https://wasp-lang.dev/docs) guide to get familiar with Wasp's fundamentals. Ideally, you'd also build an app from the [**Pick a Tutorial**](https://wasp-lang.dev/docs/tutorials/todo-app) page to really get a feel for it!
12
+
- Check out the [**Getting Started**](https://wasp.sh/docs) guide to get familiar with Wasp's fundamentals. Ideally, you'd also build an app from the [**Pick a Tutorial**](https://wasp.sh/docs/tutorials/todo-app) page to really get a feel for it!
12
13
- Figure out what you'd like to help with. It can be code, documentation, tutorials, etc. More on this is below.
13
14
- Join our Discord [](https://discord.gg/rzdnErX) for faster communication and feedback. We'd be happy to help you find the issue you'll enjoy working on, depending on your interests and skill set!
14
15
- Below you can find links to the good first issues. If you'd like to filter the issues on your own — please, use [this link](https://github.com/wasp-lang/wasp/issues)
@@ -23,32 +24,32 @@ While you will need to know some Haskell, you don't have to be an expert in Hask
23
24
24
25
Check the [**Wasp compiler README**](https://github.com/wasp-lang/wasp/blob/main/waspc/README.md) for all the detailed instructions and guides.
25
26
26
-
[**Haskell-related issues for beginners can be found here.**](https://github.com/wasp-lang/wasp/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22+label%3Ahaskell)
27
+
[**Haskell-related issues for beginners can be found here.**](https://github.com/wasp-lang/wasp/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22+label%3Ahaskell)
27
28
28
29
Feel free to contact us via Discord to ask for an appropriate issue for yourself, or just open a new one if you have something specific in mind and it isn't already there!
29
30
30
31
## Wasp as a web framework
31
32
32
-
Wasp is a language for developing full-stack web apps. This means there are plenty of tasks related to web development itself.
33
+
Wasp is a language for developing full-stack web apps. This means there are plenty of tasks related to web development itself.
33
34
34
35
[**Web dev issues for beginners can be found here.**](https://github.com/wasp-lang/wasp/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22+label%3Awebdev)
35
36
36
37
## Tutorials or Example apps
37
38
38
-
Another great way to help is to create an app with Wasp! We have an [Examples](https://wasp-lang.dev/docs/examples) section on our website, as well as the [Tutorials](https://wasp-lang.dev/docs/tutorials/todo-app) page. Both of them can be improved and updated with your projects.
39
+
Another great way to help is to create an app with Wasp! We have an [Examples](https://wasp.sh/docs/examples) section on our website, as well as the [Tutorials](https://wasp.sh/docs/tutorials/todo-app) page. Both of them can be improved and updated with your projects.
39
40
40
-
All that's required is to create an app. And make a tutorial or a blog post to help other people reproduce your work. Some prominent examples are: [Waspello](https://wasp-lang.dev/blog/2021/12/02/waspello), [Waspleau](https://wasp-lang.dev/blog/2022/01/27/waspleau), [It Wasps on My Machine](https://wasp-lang.dev/blog/2022/09/05/dev-excuses-app-tutrial) and [To-Do app](https://wasp-lang.dev/docs/tutorials/todo-app).
41
+
All that's required is to create an app. And make a tutorial or a blog post to help other people reproduce your work. Some prominent examples are: [Waspello](https://wasp.sh/blog/2021/12/02/waspello), [Waspleau](https://wasp.sh/blog/2022/01/27/waspleau), [It Wasps on My Machine](https://wasp.sh/blog/2022/09/05/dev-excuses-app-tutrial) and [To-Do app](https://wasp.sh/docs/tutorials/todo-app).
41
42
42
43
Or you can re-build your existing pet project with Wasp. That would be cool!
43
44
44
45
## Documentation & Blog
45
46
46
-
It may sound like the simplest one, but it's super valuable! If you've found an issue, a broken link or if something was unclear on our [website](https://wasp-lang.dev/) - please, feel free to fix it :)
47
+
It may sound like the simplest one, but it's super valuable! If you've found an issue, a broken link or if something was unclear on our [website](https://wasp.sh/) - please, feel free to fix it :)
47
48
48
49
Please make sure to **base your feature branches and PRs on the `release` branch** instead of `main`, since that's the one that is deployed to the website.
49
50
50
51
[**Documentation issues for beginners can be found here.**](https://github.com/wasp-lang/wasp/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22+label%3Adocumentation)
51
52
52
53
If you'd like to write a blog post about Wasp, please contact us via [Discord](https://discord.gg/zKFDFrsHa9) to discuss the topic and the details.
<ahref="https://wasp.sh">Web page</a> | <ahref="https://wasp.sh/docs">Docs</a> | <ahref="https://e44cy1h4s0q.typeform.com/to/EPJCwsMi">Deployed? Get swag! 👕</a>
18
18
</p>
19
19
20
20
<br>
@@ -79,19 +79,23 @@ Given a simple .wasp configuration file that describes the high-level details of
79
79
80
80
This unique approach is what makes Wasp "smart" and gives it its superpowers!
81
81
82
-
For more information about Wasp, check [**docs**](https://wasp-lang.dev/docs).
82
+
For more information about Wasp, check [**docs**](https://wasp.sh/docs).
83
+
84
+
# Have a Wasp app deployed? - we will send you swag!
85
+
86
+
If you have a Wasp application running in production, we'd love to send some swag your way! Fill out [this form](https://e44cy1h4s0q.typeform.com/to/EPJCwsMi), and we'll make it happen.
83
87
84
88
# Get started
85
89
86
90
Run
87
91
88
92
```
89
-
curl -sSL https://get.wasp-lang.dev/installer.sh | sh
93
+
curl -sSL https://get.wasp.sh/installer.sh | sh
90
94
```
91
95
92
96
to install Wasp on OSX/Linux/WSL(Win). From there, just follow the instructions to run your first app in less than a minute!
93
97
94
-
For more details, check out [the docs](https://wasp-lang.dev/docs).
98
+
For more details, check out [the docs](https://wasp.sh/docs).
95
99
96
100
# Wasp AI / Mage
97
101
@@ -121,7 +125,7 @@ Even if you don't plan to submit any code, just joining the discussion on discor
121
125
You can also:
122
126
123
127
-:star: Star this repo to show your interest/support.
124
-
-:mailbox: Stay updated by subscribing to our [email list](https://wasp-lang.dev#signup).
128
+
-:mailbox: Stay updated by subscribing to our [email list](https://wasp.sh#signup).
125
129
-:speech_balloon: Join the discussion at https://github.com/wasp-lang/wasp/discussions .
Here's a list of all officially maintained Wasp example apps!
5
4
Most of these apps are relatively small, and each one demonstrates several of Wasp's interesting features.
6
5
7
-
The **tutorials** directory contains [Wasp tutorial](https://wasp-lang.dev/docs/tutorial/create) apps.
6
+
The **tutorials** directory contains [Wasp tutorial](https://wasp.sh/docs/tutorial/create) apps.
8
7
9
8
1.**todo-typescript**
10
-
- A simple task-tracking app implemented in TypeScript.
11
-
- Demonstrates: **full-stack type safety in Wasp via TypeScript**, [auth](https://wasp-lang.dev/docs/auth/overview), [rpc](https://wasp-lang.dev/docs/data-model/operations/overview)
9
+
10
+
- A simple task-tracking app implemented in TypeScript.
11
+
- Demonstrates: **full-stack type safety in Wasp via TypeScript**, [auth](https://wasp.sh/docs/auth/overview), [rpc](https://wasp.sh/docs/data-model/operations/overview)
Copy file name to clipboardExpand all lines: examples/hackathon-submissions/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@
4
4
5
5
# 🐝🚀 Wasp Hackathon Submission App
6
6
7
-
This app was created for Wasp's Beta Hackathon (aka Betathon), so that participants would have a central place to learn about the hackathon and submit their projects. The app was deployed to Railway.app and is live [here](https://betathon-production.up.railway.app/).
7
+
This app was created for Wasp's Beta Hackathon (aka Betathon), so that participants would have a central place to learn about the hackathon and submit their projects. The app was deployed to Railway.app and is live [here](https://betathon-production.up.railway.app/).
8
8
9
-
Visit the homepage to get started with [Wasp](https://wasp-lang.dev).
9
+
Visit the homepage to get started with [Wasp](https://wasp.sh).
10
10
11
-
Feel free to use this as a template for your own Hackathons!
11
+
Feel free to use this as a template for your own Hackathons!
0 commit comments