trifid/tfweb
core 36227f99e5
/ build (push) Successful in 2m1s Details
/ build_x64 (push) Successful in 10m22s Details
/ build_arm64 (push) Successful in 3m16s Details
finish fixing i18n
2023-10-09 21:58:03 -04:00
..
src finish fixing i18n 2023-10-09 21:58:03 -04:00
static ui work 2023-02-19 23:23:19 -05:00
.eslintignore ui work 2023-02-19 23:23:19 -05:00
.eslintrc.cjs webui skeleton 2023-05-30 18:50:47 -04:00
.gitignore webui skeleton 2023-05-30 18:50:47 -04:00
.npmrc webui skeleton 2023-05-30 18:50:47 -04:00
README.md webui skeleton 2023-05-30 18:50:47 -04:00
openapi.yaml work 2023-05-30 21:51:57 -04:00
openapitools.json work 2023-05-30 21:51:57 -04:00
package.json finish i18n & build 2023-10-09 21:30:56 -04:00
svelte.config.js finish i18n & build 2023-10-09 21:30:56 -04:00
tsconfig.json webui skeleton 2023-05-30 18:50:47 -04:00
vite.config.js web work 2023-09-25 19:31:38 -04:00
vite.config.js.map web work 2023-09-25 19:31:38 -04:00
vite.config.ts ui work 2023-02-19 23:23:19 -05:00
yarn-error.log web work 2023-09-25 19:31:38 -04:00
yarn.lock finish i18n & build 2023-10-09 21:30:56 -04: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.