mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
87af0aead8
* feat(lsp): add HTML features to LSP * chore: add language server license * feat(lsp): add folding ranges, scaffold TS features * feat(lsp): TypeScript Language Service setup * refactor(lsp): cleanup typescript completion providr * chore: format * chore: cleanup eslint * fix: license * chore: remove comment * chore: add marketplace info * chore: publish |
||
---|---|---|
.. | ||
astro | ||
public | ||
.gitignore | ||
.prettierrc | ||
.stylelintrc.js | ||
astro.config.mjs | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
snowpack.config.js | ||
vercel.json |
Astro Demo
Getting setup
-
Checkout Astro at: https://github.com/snowpackjs/astro
- Install and build Astro:
npm install npm run build
- Link Astro:
npm link
-
In this project link Astro and install other deps:
npm link astro
npm install
- Run the Astro dev environment.
npm run start
- Build the website. (Not yet working.)
npm run build