- HTML
- CSS
- sviltkit
- Typscript
- Figma
- Hygraph
- Bootstrap
Dit repostory voor opleiding fdnd die ik gebouwd heb met behulp sveltkit
- Cloning the repository
git clone https://github.com/Yasser-Slaymen/fdnd-ilogo-bar.git
Moving to the folder
Install NPM packages
npm install
Run local server
npm run start
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
If you're seeing this, you've probably already done this step. Congrats!
# create a new project in the current directory
npm create svelte@latest
# create a new project in my-app
npm create svelte@latest my-app
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.