diff --git a/README.md b/README.md index 5c91169..7d6a397 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,18 @@ -# create-svelte +# Carteles de DMD +Aplicación para que los grupos creen sus propios carteles. -Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte). +## TODO -## Creating a project +- [ ] Separar fecha y hora en campos distintos. +- [ ] Quitar el "de" de la fecha +- [ ] Generar texto de boletín junto al cartel. -If you're seeing this, you've probably already done this step. Congrats! +### Verde -```bash -# create a new project in the current directory -npm create svelte@latest +- [ ] Cambiar color de 'direccion' de rojo a verde +- [ ] Cambiar la plantilla por modelo nuevo -# create a new project in my-app -npm create svelte@latest my-app -``` +### Azul -## Developing - -Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: - -```bash -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: - -```bash -npm run build -``` - -You can preview the production build with `npm run preview`. - -> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. +- [ ] Fecha y hora todo junto en 3 líneas a la derecha +- [ ] Intentar incluir "contenido" en la esquina superior izquierda diff --git a/src/lib/form/Form.svelte b/src/lib/form/Form.svelte index c2e88e3..8528ced 100644 --- a/src/lib/form/Form.svelte +++ b/src/lib/form/Form.svelte @@ -9,6 +9,7 @@ subtitle, content, date, + time, weekday, address, canvas @@ -96,9 +97,13 @@