Time slots app prototype
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Marek Piasecki 1a22349694 woohooo, noticed to late. rm node_modules from git repo 1 year ago
src add dist to gitignore; bring back one booking to json file 1 year ago
.gitignore add dist to gitignore; bring back one booking to json file 1 year ago
.ruby-version fetch some libraries so I can work offline 1 year ago
Gemfile fetch some libraries so I can work offline 1 year ago
Gemfile.lock fetch some libraries so I can work offline 1 year ago
index.html npx imba create (Vite) 1 year ago
package-lock.json fix styling (user select); fix Date zero on ff; compile to one file 1 year ago
package.json fix styling (user select); fix Date zero on ff; compile to one file 1 year ago
readme.txt readme.txt 1 year ago
vite.config.js fix styling (user select); fix Date zero on ff; compile to one file 1 year ago

readme.txt

To start:

npm install
npm run dev

To build:

npm run build