General Assembly paperwork generator https://walne.hackerspace.pl
 
 
 
 
 
 
Go to file
palid 2aa4ab9352
feat: implement hswaw oauth
2023-10-06 22:38:57 +02:00
.husky feat: precommit hook 2023-09-22 20:18:48 +02:00
.vscode eslint: fix 2023-09-22 21:00:19 +02:00
src feat: implement hswaw oauth 2023-10-06 22:38:57 +02:00
static feat: Add NotoSans for PDF 2023-09-22 15:19:26 +02:00
tests Initial commit 2023-07-24 01:56:58 +02:00
.dockerignore feat: implement hswaw oauth 2023-10-06 22:38:57 +02:00
.eslintignore clean: prettier 2023-09-22 20:18:48 +02:00
.eslintrc.cjs Initial commit 2023-07-24 01:56:58 +02:00
.gitignore Add .vercel to gitignore 2023-07-24 18:02:51 +02:00
.lintstagedrc feat: precommit hook 2023-09-22 20:18:48 +02:00
.npmrc Initial commit 2023-07-24 01:56:58 +02:00
.prettierignore clean: prettier 2023-09-22 20:18:48 +02:00
.prettierrc Initial commit 2023-07-24 01:56:58 +02:00
Dockerfile feat: implement hswaw oauth 2023-10-06 22:38:57 +02:00
README.md Initial commit 2023-07-24 01:56:58 +02:00
package-lock.json feat: implement hswaw oauth 2023-10-06 22:38:57 +02:00
package.json feat: implement hswaw oauth 2023-10-06 22:38:57 +02:00
playwright.config.ts Initial commit 2023-07-24 01:56:58 +02:00
postcss.config.cjs clean: prettier 2023-09-22 20:18:48 +02:00
svelte.config.js feat: implement hswaw oauth 2023-10-06 22:38:57 +02:00
tailwind.config.cjs clean: prettier 2023-09-22 20:18:48 +02:00
tsconfig.json Initial commit 2023-07-24 01:56:58 +02:00
vite.config.ts Initial commit 2023-07-24 01:56:58 +02:00

README.md

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.