FarmStar Survey UI
Go to file
dependabot[bot] 299556f79d
build(deps-dev): bump undici from 5.28.2 to 5.28.3
Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v5.28.3)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 18:39:31 +00:00
assets/css init: farmstar-survey-ui 2024-01-19 12:51:33 +03:00
components fixes: cards alignment, error messages 2024-01-31 18:33:23 +03:00
pages fix: error messages 2024-02-05 17:26:24 +03:00
public init: farmstar-survey-ui 2024-01-19 12:51:33 +03:00
.gitignore init: farmstar-survey-ui 2024-01-19 12:51:33 +03:00
LICENSE license: add AGPL-3.0 2024-01-19 13:01:32 +03:00
README.md init: farmstar-survey-ui 2024-01-19 12:51:33 +03:00
app.vue init: farmstar-survey-ui 2024-01-19 12:51:33 +03:00
nuxt.config.ts init: farmstar-survey-ui 2024-01-19 12:51:33 +03:00
package-lock.json build(deps-dev): bump undici from 5.28.2 to 5.28.3 2024-02-16 18:39:31 +00:00
package.json init: farmstar-survey-ui 2024-01-19 12:51:33 +03:00
tailwind.config.js init: farmstar-survey-ui 2024-01-19 12:51:33 +03:00
tsconfig.json init: farmstar-survey-ui 2024-01-19 12:51:33 +03:00
vueform.config.js demo: endpoint -> net 2024-02-05 10:27:33 +03:00

README.md

FarmStar Survey UI

Required env variables

  • BASE_URL

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview