Commit Graph

29 Commits

Author SHA1 Message Date
Martin Sosic
a0b7477d19 Renamed all references to master branch into main branch. 2022-02-08 15:34:32 +01:00
Matija Sosic
811fe57d63
blog: added martijn's intro post. (#447) 2022-02-08 09:48:11 +01:00
Shayne Czyzewski
f9ff48824b
Update Waspleau example and blog post to use new Analyzer syntax (#443) 2022-01-31 11:41:47 -05:00
Martijn Faassen
cbfadd69ad We cannot build unless we use the right version of npm
The engines field in package.json only gets blocked with the appropriate
.npmrc, which is provided.

If we allow earlier versions of npm to operate together with later
versions, we get massive package-lock.json changes switching it
from v1 to v2 and back again. We want to avoid this churn.
2022-01-31 14:29:29 +01:00
Shayne Czyzewski
0abefb460b
Adds Waspleau blog post (#432) 2022-01-27 16:43:46 -05:00
Martin Šošić
13f4081faf
Fixed some grammatical errors 2022-01-20 13:53:09 +01:00
Martin Šošić
8d2c33ab28
Replace Wasp with AppSpec and Parser with Analyzer. (#423) 2022-01-20 11:45:14 +01:00
Himanshu
7c1fc37459
[feature] img+caption component (#416)
[Blog] #410 - added image with caption React component.
2022-01-11 14:19:27 +01:00
Matija Sosic
78508e0c19 Added image tag to the latest blog posts, so they are expanded correctly on Twitter. 2021-12-21 21:07:18 +01:00
shayneczyzewski
470d4a5889 Added Shayne intro interview blog post. 2021-12-20 16:46:05 +01:00
Matija Sosic
de817ed58d Wrote a blog post introducing Waspello. 2021-12-17 23:39:33 +01:00
Shayne Czyzewski
f444eaae47
feat(auth): Added flexible validation checks for User entity email and password (#376)
Adds an additional Prisma middleware for User entity validation checks that the user can disable and/or extend

Closes #88 and fixes #100
2021-12-07 13:22:56 -05:00
Benjamin Alijagić
c6a3944079
Fix nvm installation instructions on dark mode (#370)
Removed inline background and padding styles. Looks okay on both dark and light mode.
2021-11-25 09:28:54 +01:00
Martin Sosic
1def07ab85 Fixed Wasp webpage's url setting in docusaurus config. 2021-11-25 09:17:23 +01:00
Martin Sosic
9f7b50c9c9 Fixed canonical path in docusaurus. 2021-11-24 17:04:54 +01:00
Matija Sosic
f198bafad1 Added CTA to the end of fundraising lessons blog post. 2021-11-22 14:06:47 +01:00
Matija Sosic
c6bd3b9a96 Added blog post about our fundraising learnings. 2021-11-22 13:58:48 +01:00
Matija Sosic
e7b6a224a5 Extracted in blog CTA into a separate component. 2021-11-22 10:08:43 +01:00
Matija Sosic
a32721768a Added blog post with our fundraise announcement. 2021-11-21 22:20:13 +01:00
Vinícius Andrade
dfd6773cc1
Fixed lint errors in Todo Tutorial (#349)
* Fixed lint errors in waspc Todo example

Signed-off-by: Vini Andrade <vini.andrade.dev@gmail.com>

* Fixed lint errors in example TodoApp

Signed-off-by: Vini Andrade <vini.andrade.dev@gmail.com>

* Fixed lint errors in todo app docs

Signed-off-by: Vini Andrade <vini.andrade.dev@gmail.com>
2021-11-08 14:19:15 +01:00
Matija Stepanic
a9aa4ff446
Removed dollar sign from start of any CLI examples in docs so they can be directly copied.
* Improved docs to avoid issue with missing bash command on getting-started page

* Removed dollar sign from start of any CLI examples in docs.

Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2021-10-22 11:49:21 +02:00
Martin Sosic
07f111903c Removed install.sh script and updated links to download installer script. 2021-10-12 12:41:19 +02:00
ASHUTOSH KUMAR SINGH
f2a94e345a
Added docs about "app.head" (#320) 2021-10-04 16:23:11 +02:00
Martin Sosic
e29a116761 Made page robust to multiple trailing slashes + some small fixes. 2021-10-04 15:50:52 +02:00
Martin Sosic
604656c47a Updated docusaurus.config.js to have correct url/baseUrl. 2021-10-04 14:45:15 +02:00
Martin Sosic
7903b80ef1 Updated docusaurus version. 2021-10-04 11:43:23 +02:00
Martin Sosic
9db0c2ed52 Added blog post about 'forall' in Haskell. 2021-09-01 16:18:32 +02:00
zant
76acbfd52a
feat: Implement wasp info command (#295) 2021-08-23 18:13:04 +02:00
Martin Sosic
8ee43ca834 Moved web from wasp-lang/web repo to folder in this repo. 2021-07-23 19:39:15 +02:00