Find a file
2023-02-02 14:55:19 +01:00
src fix: fallback to string for project key instead of import 2023-02-02 14:55:19 +01:00
static State update 2023-01-06 16:34:48 +01:00
.env.example Working version 2022-12-14 20:26:39 +01:00
.eslintignore Working version 2022-12-14 20:26:39 +01:00
.eslintrc.cjs Working version 2022-12-14 20:26:39 +01:00
.gitignore Working version 2022-12-14 20:26:39 +01:00
.npmrc Working version 2022-12-14 20:26:39 +01:00
.prettierignore Working version 2022-12-14 20:26:39 +01:00
.prettierrc First version 2022-12-16 17:23:23 +01:00
Discovery.md update Discovery file and remove space folder 2023-02-02 11:55:25 +01:00
LICENSE Create LICENSE 2023-02-02 11:48:11 +01:00
package-lock.json Added data viewer & api route 2023-01-31 14:47:15 +01:00
package.json Added data viewer & api route 2023-01-31 14:47:15 +01:00
README.md Added data viewer & api route 2023-01-31 14:47:15 +01:00
Spacefile Added data viewer & api route 2023-01-31 14:47:15 +01:00
svelte.config.js Column validation and many fixes 2022-12-29 21:32:35 +01:00
tsconfig.json Working version 2022-12-14 20:26:39 +01:00
vite.config.js Working version 2022-12-14 20:26:39 +01:00
yarn.lock fix: fallback to string for project key instead of import 2023-02-02 14:55:19 +01:00

Formate

Formate is a tool for building forms quickly and easily. You can create forms for a variety of purposes, including surveys, polls, registration, and more.


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.