trifid/tfweb
core 7637528196
add template relays and lighthouses pages
2023-09-26 00:14:57 -04:00
..
src add template relays and lighthouses pages 2023-09-26 00:14:57 -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 web work 2023-09-25 19:31:38 -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.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 web work 2023-09-25 19:31:38 -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.