Start an initial typesafe enviroment with Sveltekit, Directus and Kysely, with the main necessary settings that a SSR webapp commonly requires.
-
Fork this repository (Github sync fork guide to sync the fork with updates).
-
Rename the file
example.env
to.env
(Contains the required initial environment variables). -
Run npm start under the root folder. It will install the
Docker
images needed for development and start theDirectus
enviroments withdocker-compose
.- Optional: To run the example route of the integration between
Directus
under thecats
feature controller, start the application with npm run start:migration-import (It will import the necessary schema migration of thecats
feature).
- Optional: To run the example route of the integration between