astro/docs
2021-07-20 20:48:18 -07:00
..
public optimize social image 2021-07-20 20:48:18 -07:00
reference [ci] yarn format 2021-07-15 19:57:50 +00:00
src Docs/ Add MetaData component for Open Graph and Twitter embeds (#784) 2021-07-20 21:52:26 -05:00
.prettierignore merge in docs site (#705) 2021-07-15 14:13:35 -04:00
.prettierrc [ci] yarn format 2021-07-20 04:07:49 +00:00
astro.config.mjs Changed URLs to match the release (#711) 2021-07-16 06:59:46 -04:00
package.json Changed URLs to match the release (#711) 2021-07-16 06:59:46 -04:00
README.md merge in docs site (#705) 2021-07-15 14:13:35 -04:00
snowpack.config.mjs [ci] yarn format 2021-07-20 04:07:49 +00:00
vercel.json [ci] yarn format 2021-07-20 19:05:48 +00:00

Astro Docs Astro logo

Contributing

Pull Requests

Every pull request needs to be reviewed by another contributor to the documentation to help with the overall quality of the documentation.

Running this project

  • Clone/Fork the project
  • This project uses yarn to manage dependencies. Make sure that you have yarn v1 installed.
  • Run yarn install to install latest dependencies.
  • Run yarn start to start the dev server.
  • Run yarn build to build the final site for production.

The environment variable SNOWPACK_PUBLIC_GITHUB_TOKEN must be set to a personal access token with public_repo permissions to prevent rate-limiting.