posted by NovaByte on 3rd Jun 2014, 10:15 AM.
The lights are back on, the whiteboard is full, and the first new build is already making a mess. ![]()
We are starting small this season, but small does not mean lazy. Here is the short list of what landed in the very first internal build:
Because the old site still had fans poking at it, and it felt rude to leave the door locked.
We dusted off the repo, ran the build, and were pleasantly surprised that only most of it was on fire.
Here is the tiny script that now greets every fresh checkout:
CODE #!/bin/sh
# splash-hello: sanity check before you waste an afternoon
php -v || echo "no php, no party"
test -f database.sqlite && echo "db present" || echo "run the seeder!"If you want to follow along with every messy step, the dev blog lives at https://madsplash.net/blog, and the roadmap notes are pinned over on the community boards. ![]()
Here is the very first screenshot of the reopened lab, mess and all:

More soon. Bring snacks. ![]()
Ran the
CODE splash-helloscript and it correctly told me I had no database. Rude, accurate, appreciated. ![]()
Glad to see the site waking up again.
The cleaner menu already feels way better.