/dtna-sxsw-survey

A survey for people who visit the DTNA SXSW booth

Primary LanguageSCSS

DTNA SXSW Survey

A simple single page survey form

Setup

Prerequisites:

  • The newest LTS version of node.js installed
  • this project uses yarn

Clone the repo, go into the repo folder and then: yarn install

scripts

  • dev - to develop all apps and packages. Runs the project in develop mode.
  • build - transpiles the vue app
  • preview - previews what the built version looks like
  • lint - lints all apps and packages that have a lint command setup in package.json
  • clean - deletes all of the folders that hold working data in the project (like node_modules)

Useful Links