trifid/tfweb
core 186c2633d8
full role functionality
2023-07-27 17:09:27 -04:00
..
src full role functionality 2023-07-27 17:09:27 -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 2fa setup 2023-06-01 13:58:10 -04:00
svelte.config.js work 2023-05-30 21:51:57 -04:00
tsconfig.json webui skeleton 2023-05-30 18:50:47 -04:00
vite.config.ts ui work 2023-02-19 23:23:19 -05:00
yarn-error.log 2fa setup 2023-06-01 13:58:10 -04:00
yarn.lock 2fa setup 2023-06-01 13:58:10 -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.