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.envto.env(Contains the required initial environment variables). -
Run npm start under the root folder. It will install the
Dockerimages needed for development and start theDirectusenviroments withdocker-compose.- Optional: To run the example route of the integration between
Directusunder thecatsfeature controller, start the application with npm run start:migration-import (It will import the necessary schema migration of thecatsfeature).
- Optional: To run the example route of the integration between