Go to file
semantic-release-bot b4382c04f8 chore(release): 0.1.0 [skip ci]
# [0.1.0](https://git.lumeweb.com/LumeWeb/lumeweb.com/compare/v0.0.1...v0.1.0) (2023-08-13)

### Bug Fixes

* bg image invalid, and update name ([a8bbcc1](a8bbcc19ec))
* contrast on 'ourvision' section ([2ec5873](2ec5873043))
* grammer error ([432be86](432be86cc5))
* meme misalignment ([e773619](e773619524))
* mobile layout on footer and message component ([5a8b20b](5a8b20b16e))
* responsive is now all over the page :) ([7c48975](7c48975f79))
* revert copy for meme section ([187095e](187095e54f))
* set url for download extension button ([fa8993b](fa8993b2bd))
* small improvement on 4k screens ([0bba290](0bba290f28))
* switch to experimental image support and import missing images ([cd278e3](cd278e3a46))
* typo ([26b3f5f](26b3f5f878))
* update copy ([9b5fcfe](9b5fcfea31))
* wording change ([575a5b8](575a5b8149))

### Features

* copy to clipboard, qr code generation, further donation methods ([20a99a6](20a99a65d8))
* create two remaining components, optimize layout and existing components (wip) ([b6f8d56](b6f8d567ba))
* finish all new design implementations ([486bc6a](486bc6ae72))
* local fonts ([b52911c](b52911cb51))
* meme grid is now responsive ([3552e8b](3552e8bb84))
* mobile menu, css cleanup, component details ([0c6391e](0c6391e3a1))
* pure css tilted background ([05eb109](05eb109938))
* refactor message component and footer ([8c14799](8c14799f5a))
* rework several sections on home page, some refactoring ([4935177](4935177908))
* sass support, mixins for fluid design, refactoring, work on components ([9701291](97012911aa))
* svg icons, donation methods ([63e0c57](63e0c57b03))
2023-08-13 19:16:47 +00:00
.github/workflows ci: switch to using rclone 2023-08-12 21:24:14 -04:00
public ci: add robots for dev deploy 2023-08-12 19:21:56 -04:00
src Merge remote-tracking branch 'origin/develop' into develop 2023-08-13 05:36:47 -04:00
.gitignore refactor: revise and restructure css/layout/header/footer/meme/etc (wip) 2023-05-23 21:25:18 +00:00
.releaserc.json ci: add semantic release 2023-08-12 19:21:08 -04:00
.stylelintrc.json more tailwind 2023-04-28 23:34:08 -07:00
CHANGELOG.md chore(release): 0.1.0 [skip ci] 2023-08-13 19:16:47 +00:00
LICENSE.txt chore: add LICENSE.txt 2023-08-12 19:33:50 -04:00
README.md chore: update README.md 2023-08-12 19:37:28 -04:00
astro.config.mjs fix: switch to experimental image support and import missing images 2023-08-12 21:53:49 -04:00
npm-shrinkwrap.json chore(release): 0.1.0 [skip ci] 2023-08-13 19:16:47 +00:00
package.json chore(release): 0.1.0 [skip ci] 2023-08-13 19:16:47 +00:00
postcss.config.cjs feat: sass support, mixins for fluid design, refactoring, work on components 2023-05-26 00:15:17 +00:00
tailwind.config.cjs feat: meme grid is now responsive 2023-08-12 19:24:26 +02:00
tsconfig.json initial 2023-04-27 16:33:58 -07:00

README.md

Lume Web Project Site

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local dev server at localhost:3000
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying
npm run astro ... Run CLI commands like astro add, astro check
npm run astro -- --help Get help using the Astro CLI