Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 52dfc7c

Browse files
committedJan 18, 2025
sqlpage website readme
1 parent 4d02e23 commit 52dfc7c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
 

‎examples/official-site/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Official SQLPage site
2+
3+
The SQLPage website is of course built with SQLPage !
4+
5+
Things that you may be interested to look at:
6+
- The [custom component we use for our stylish home page](./sqlpage/templates/shell-home.handlebars)
7+
- The [migrations](./sqlpage/migrations) that populate the database with the documentation for all components
8+
- The [advanced multistep form example](./examples/multistep-form/)
9+
10+
It is hosted as a simple Docker container on [sql-page.com](https://sql-page.com).
11+
12+
Feel free to [open a pull request](https://github.com/lovasoa/sqlpage/pulls) if you would like to add or change anything !

0 commit comments

Comments
 (0)
Please sign in to comment.