git clone https://github.com/noureddinel/DataStructure1.gitnpm installnpm run devmy-project/
├ src/
│ ├ lib/
│ │ ├ server/
│ │ │ └ [your server-only lib files]
│ │ └ [your lib files]
│ ├ params/
│ │ └ [your param matchers]
│ ├ routes/
│ │ └ [your routes]
│ ├ app.html
│ ├ error.html
│ ├ hooks.client.js
│ └ hooks.server.js
├ static/
│ └ [your static assets]
├ tests/
│ └ [your tests]
├ package.json
├ svelte.config.js
├ tsconfig.json
└ vite.config.jsdb file in the src folder contains the necessary javascript files with arrays of data objects to display pages content dynamicly. it contains also a file named authorizedEmails that will contain the list of all authorized emails to access the platform. just add the emails there to automaticly grant access to users others wise they will all be denied
Images will be found in the static folder.
We will have to follow this tutorial to deploy the sveltekit app to github pages [deployment]https://kit.svelte.dev/docs/adapter-static#github-pages