Source code for my personal website https://bgenc.net
Go to file
Kaan Barmore-Genç 62212201a7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Use keyed each loops to avoid errors
2024-07-09 03:11:35 +00:00
.devcontainer Include git-lfs 2024-06-22 14:30:17 +00:00
.vscode Add the most recent post to the home page 2024-05-27 14:54:29 +00:00
scripts Make my blog printable 2024-06-29 06:09:30 +00:00
src Use keyed each loops to avoid errors 2024-07-09 03:11:35 +00:00
static Update CV 2024-05-28 23:52:43 -05:00
.eslintignore start 2023-11-18 11:09:07 -06:00
.eslintrc.cjs start 2023-11-18 11:09:07 -06:00
.gitattributes Not sure what I did 2023-11-24 17:46:48 -06:00
.gitignore start 2023-11-18 11:09:07 -06:00
.npmrc start 2023-11-18 11:09:07 -06:00
.nvmrc Prep for deploy 2024-05-09 22:44:02 -05:00
.prettierignore start 2023-11-18 11:09:07 -06:00
.prettierrc Implement pagination, update the logo again 2024-05-05 23:53:42 -05:00
.woodpecker.yml Add missing manual event 2024-05-09 22:58:42 -05:00
bgenc.net.code-workspace Add the most recent post to the home page 2024-05-27 14:54:29 +00:00
package-lock.json Update some minor deps 2024-06-27 03:29:52 +00:00
package.json Update some minor deps 2024-06-27 03:29:52 +00:00
README.md start 2023-11-18 11:09:07 -06:00
svelte.config.js Ugh 2023-12-23 13:13:16 -06:00
tsconfig.json start 2023-11-18 11:09:07 -06:00
vite.config.ts images and stuff 2023-11-18 12:19:29 -06:00

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

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

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

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.