0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
The web framework for content-driven websites. ️ Star to support our work!
Find a file
Matthew Phillips 3db5959377
First pass at the build (#27)
This updates `astro build` to do a production build. It works! No optimizations yet.
2021-03-25 14:06:08 -04:00
.github/workflows Allow HMX components in markdown (#19) 2021-03-23 15:20:03 -04:00
.vscode Scaffold language server (#25) 2021-03-25 10:38:17 -05:00
examples/snowpack First pass at the build (#27) 2021-03-25 14:06:08 -04:00
src First pass at the build (#27) 2021-03-25 14:06:08 -04:00
test Redesign pages, remove layout nesting (#24) 2021-03-24 16:01:28 -07:00
vscode Scaffold language server (#25) 2021-03-25 10:38:17 -05:00
.eslintrc.cjs Fix a few lint errors 2021-03-16 12:43:23 -06:00
.gitignore Scaffold language server (#25) 2021-03-25 10:38:17 -05:00
.prettierrc.json Annoying Lint PR™ (#3) 2021-03-16 12:37:45 -06:00
astro.mjs Add a proper cli 2021-03-15 15:26:23 -04:00
LICENSE Bring compiler into Astro (#4) 2021-03-16 16:08:11 -04:00
package-lock.json add component state, top-level await support (#26) 2021-03-25 00:00:22 -07:00
package.json Scaffold language server (#25) 2021-03-25 10:38:17 -05:00
snowpack-plugin.cjs add component state, top-level await support (#26) 2021-03-25 00:00:22 -07:00
tsconfig.json initial commit 2021-03-15 13:22:05 -04:00