FarmStar Survey UI
Go to file
Mohamed Sohail 8a2783c69b
update distributors
2024-04-26 12:08:32 +08: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 update distributors 2024-04-26 12:08:32 +08: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 init: farmstar-survey-ui 2024-01-19 12:51:33 +03: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