Skip to content

noureddinel/DataStructure1

Repository files navigation

Clone the repository

git clone https://github.com/noureddinel/DataStructure1.git

Install dependencies

npm install

Run the development

npm run dev

General file structure for a Sveltekit app

my-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.js

Local database

db 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

Static files

Images will be found in the static folder.

Svelte deployment to github pages

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors