fyp/webpage
2024-04-16 17:49:34 +01:00
..
src move model retrain to runners closes #94 2024-04-16 17:49:34 +01:00
static chore: more work on the app 2024-02-24 15:28:23 +00:00
.eslintignore chore: started working on the api 2024-02-23 23:49:23 +00:00
.eslintrc.cjs chore: started working on the api 2024-02-23 23:49:23 +00:00
.gitignore chore: started working on the api 2024-02-23 23:49:23 +00:00
.npmrc chore: started working on the api 2024-02-23 23:49:23 +00:00
.prettierignore chore: started working on the api 2024-02-23 23:49:23 +00:00
.prettierrc chore: started working on the api 2024-02-23 23:49:23 +00:00
bun.lockb add ability of to create custom token closes #82 2024-04-14 20:55:37 +01:00
package.json make models only train one at the time closes #48 2024-04-15 23:04:53 +01:00
pnpm-lock.yaml make models only train one at the time closes #48 2024-04-15 23:04:53 +01:00
README.md chore: started working on the api 2024-02-23 23:49:23 +00:00
svelte.config.js chore: started working on the api 2024-02-23 23:49:23 +00:00
tsconfig.json chore: started working on the api 2024-02-23 23:49:23 +00:00
vite.config.ts chore: started working on the api 2024-02-23 23:49:23 +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.