Prepare for a first-run flow

Will fill in with the first stuff you should do after getting setup.
Teaching you how to do the basic commands.
This commit is contained in:
David Heinemeier Hansson
2025-07-15 21:23:48 -07:00
parent 4d22b627be
commit 36c8f17749
3 changed files with 16 additions and 0 deletions

8
first-run/index.html Normal file
View File

@ -0,0 +1,8 @@
<html>
<head>
<title>Hello</title>
</head>
<body>
<h1>Hello!</h1>
</body>
</html>