A cloud-native version of the Smart Documentation System.
This repository has been archived on 2026-06-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Svelte 47.6%
  • TypeScript 46.5%
  • PLpgSQL 4.7%
  • JavaScript 0.6%
  • HTML 0.3%
  • Other 0.2%
Find a file
2023-09-16 18:42:50 +00:00
.devcontainer update devcontainer to install Playwright browsers automatically 2023-09-16 11:48:56 +00:00
.github/workflows Update test-and-release.yml 2023-09-10 00:12:36 +02:00
.husky Added lint-staged 2023-08-20 16:02:20 +02:00
playwright rework testing approach 2023-09-07 18:12:55 +00:00
src fix issue with Breadcrumbs rescaling the page 2023-09-16 18:42:50 +00:00
static Updated manifest.sjon 2023-08-16 21:00:03 +02:00
supabase add theme to database seed 2023-09-05 13:26:42 +00:00
tests/component add tests for Steps component 2023-09-16 18:23:22 +00:00
.env.example improve .env.example 2023-09-07 19:00:06 +00:00
.eslintignore Added DashboardPage and improved tests 2023-07-21 19:26:49 +02:00
.eslintrc.cjs first commit 2023-06-23 20:48:01 +02:00
.gitignore rework testing approach 2023-09-07 18:12:55 +00:00
.npmrc first commit 2023-06-23 20:48:01 +02:00
.prettierignore format code 2023-09-09 21:26:40 +00:00
.prettierrc Added line endings config 2023-08-16 20:37:57 +02:00
as-built.code-workspace add GitHub Copilot to workspace recommendations 2023-09-08 08:51:26 +00:00
package.json rework testing approach 2023-09-07 18:12:55 +00:00
playwright-ct.config.ts rename chromium to Desktop Chrome 2023-09-16 18:06:20 +00:00
postcss.config.js first commit 2023-06-23 20:48:01 +02:00
README.md first commit 2023-06-23 20:48:01 +02:00
svelte.config.js first commit 2023-06-23 20:48:01 +02:00
tailwind.config.js Added some themes 2023-08-20 16:14:48 +02:00
tsconfig.json first commit 2023-06-23 20:48:01 +02:00
vite.config.ts first commit 2023-06-23 20:48:01 +02:00
yarn.lock Upgraded Playwright 2023-09-07 18:14:41 +00: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.