git clone https://github.com/the-syndrome/meltdown-with-pocketbase.git
cd meltdown-with-pocketbase
git clone https://github.com/the-syndrome/meltdown.git app
cp -r pages/* app/src/pages
cp .env.example .env
docker-compose up
By default these services will be up with some sample data.
- pocketbase http://127.0.0.1:33764/_/ admin user in
.env
file - meltdown http://127.0.0.1:33765
A sample page is added by default accessible through Collections ➡️ pages.
If you're finding it useful you can begin to change the values in the .env
file documented at https://meltdown.dex.yachts/deploy/environment. It's recommended to change the admin information before moving to production. SSG is particularly useful when deploying.
They've published a JS SDK if you want to tap into more of the power in Pocketbase.
We added a few sample migrations in ./pocketbase/pb_migrations
. It's great for testing and teams if you design your migrations. Each team member can instantly boot up the project.
Join the Community