No description
  • Svelte 78.1%
  • JavaScript 10.8%
  • CSS 6.2%
  • HTML 2.6%
  • TypeScript 1.3%
  • Other 1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-09-06 06:21:39 +00:00
src Update +page.svelte 2024-09-06 06:21:39 +00:00
static Замінити favicon.png 2024-08-03 20:58:19 +00:00
.drone.yml оновлення інформації + оновлення докера, + додав drone.yml 2023-07-07 20:10:48 +00:00
.eslintignore initial commit 2023-01-17 22:54:31 +02:00
.eslintrc.cjs initial commit 2023-01-17 22:54:31 +02:00
.gitignore initial commit 2023-01-17 22:54:31 +02:00
.gitlab-ci.yml Update .gitlab-ci.yml file 2024-01-22 15:29:36 +00:00
.npmrc initial commit 2023-01-17 22:54:31 +02:00
.prettierignore initial commit 2023-01-17 22:54:31 +02:00
.prettierrc initial commit 2023-01-17 22:54:31 +02:00
docker-compose.yml змінив посилання на вихідний код 2023-07-07 20:41:03 +00:00
Dockerfile оновлення інформації + оновлення докера, + додав drone.yml 2023-07-07 20:10:48 +00:00
package-lock.json зовнішні зміни сайту 2023-06-02 17:53:48 +03:00
package.json зовнішні зміни сайту 2023-06-02 17:53:48 +03:00
pnpm-lock.yaml initial commit 2023-01-17 22:54:31 +02:00
postcss.config.cjs initial commit 2023-01-17 22:54:31 +02:00
README.md Оновити 'README.md' 2023-06-02 14:52:13 +00:00
svelte.config.js initial commit 2023-01-17 22:54:31 +02:00
tailwind.config.cjs зовнішні зміни сайту 2023-06-02 17:53:48 +03:00
tsconfig.json initial commit 2023-01-17 22:54:31 +02:00
vite.config.ts initial commit 2023-01-17 22:54:31 +02:00

Форк m0e.space.

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.