Portfolio/frontend
Sebastian Pravda 2fad0a4203 Squashed commit of the following:
commit ec8ff2c03bd94b1bf5a8055a385bccb14ba48e76
Author: Sebastian Pravda <sebastian.pravda@gmail.com>
Date:   Fri Nov 25 18:44:16 2022 +0100

    fix: remove some ui elements

commit 091c4fa63e1e2c374e449624dd5a384e4ad48532
Author: Sebastian Pravda <sebastian.pravda@gmail.com>
Date:   Fri Nov 25 18:38:50 2022 +0100

    feat: use yup for input validation

commit abd0ba7ddcc938a680d71cc7a41d89f74915b5b9
Author: Sebastian Pravda <sebastian.pravda@gmail.com>
Date:   Fri Nov 25 18:23:48 2022 +0100

    fix: delete input.ts

commit c305b330e5211b1d0a68f0d975e36b930a4ddb52
Author: Sebastian Pravda <sebastian.pravda@gmail.com>
Date:   Fri Nov 25 18:12:16 2022 +0100

    feat: api integration

commit e1fd8c0fc4327020abcb0d8979d2353a8cd1f2af
Author: Sebastian Pravda <sebastian.pravda@gmail.com>
Date:   Fri Nov 25 18:02:27 2022 +0100

    feat: dot navigation

commit 90bd277474493ed7d3e3cea2a7bd359f13374334
Author: Sebastian Pravda <sebastian.pravda@gmail.com>
Date:   Fri Nov 25 17:38:31 2022 +0100

    feat: input formatting

commit 32a7901d6bf059b0b7818a81c577f5508af262ce
Author: Sebastian Pravda <sebastian.pravda@gmail.com>
Date:   Fri Nov 25 17:35:04 2022 +0100

    fix: remove unused validate method

commit 7013a21be86ca8ffb04339a84c567937cf773895
Author: Sebastian Pravda <sebastian.pravda@gmail.com>
Date:   Fri Nov 25 17:31:16 2022 +0100

    refactor: rename format variable

commit e86c997ea73ea67406e87687efa660f1bce9a0ff
Author: Sebastian Pravda <sebastian.pravda@gmail.com>
Date:   Fri Nov 25 15:10:11 2022 +0100

    feat: fill candidate details

commit af28099a6a905d2729aaba12b628e5416d06c3d6
Author: Sebastian Pravda <sebastian.pravda@gmail.com>
Date:   Fri Nov 25 17:15:45 2022 +0100

    feat: use yup for validation
2022-12-04 21:29:09 +01:00
..
src Squashed commit of the following: 2022-12-04 21:29:09 +01:00
static feat: init frontend 2022-12-04 21:29:09 +01:00
tests feat: init frontend 2022-12-04 21:29:09 +01:00
.eslintignore feat: init frontend 2022-12-04 21:29:09 +01:00
.eslintrc.cjs feat: init frontend 2022-12-04 21:29:09 +01:00
.gitignore feat: init frontend 2022-12-04 21:29:09 +01:00
.npmrc feat: init frontend 2022-12-04 21:29:09 +01:00
.prettierignore feat: init frontend 2022-12-04 21:29:09 +01:00
.prettierrc feat: init frontend 2022-12-04 21:29:09 +01:00
package.json feat: add svelte-forms and yup 2022-12-04 21:29:09 +01:00
playwright.config.ts feat: init frontend 2022-12-04 21:29:09 +01:00
pnpm-lock.yaml feat: add svelte-forms and yup 2022-12-04 21:29:09 +01:00
README.md feat: init frontend 2022-12-04 21:29:09 +01:00
svelte.config.js feat: init frontend 2022-12-04 21:29:09 +01:00
tsconfig.json feat: init frontend 2022-12-04 21:29:09 +01:00
vite.config.ts feat: init frontend 2022-12-04 21:29:09 +01:00
windi.config.ts feat: full layout & refactoring 2022-12-04 21:29:09 +01: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.