mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-27 14:55:20 +03:00
84766299cb
* Upgrades Waspello to work with latest version Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com> * Updates instructions --------- Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com> Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com> |
||
---|---|---|
.. | ||
migrations | ||
src | ||
.gitignore | ||
.wasproot | ||
env.server | ||
fly.toml | ||
main.wasp | ||
postcss.config.cjs | ||
README.md | ||
tailwind.config.cjs |
Waspello
Waspello is a trello clone app made with Wasp.
This app is deployed on Netlify at https://waspello-demo.netlify.app/.
The backend is hosted on Fly.io at https://waspello.fly.dev.
Development
Database
Wasp needs the Postgres database running. Check out the docs for details on how to setup PostgreSQL
You can use wasp start db
to start a PostgreSQL locally using Docker.
Env variables
Copy env.server
to .env.server
and fill in the values.
Running
wasp start