0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/docs
Cassidy Williams 5237db20b9
Update deployment docs for Netlify deployment (#1361)
* Update build command for Netlify

* Clarify directions for Netlify deploy versions

* Create deploy.md

* Update deploy.md

* Update deploy.md

Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-09-14 16:25:49 -07:00
..
public scale back the examples page 2021-09-06 01:21:55 -07:00
reference Fix typos in the docs. (#1165) 2021-08-19 17:56:58 -06:00
src Update deployment docs for Netlify deployment (#1361) 2021-09-14 16:25:49 -07:00
.prettierignore
.prettierrc
astro.config.mjs [ci] yarn format 2021-07-31 05:41:22 +00:00
CHANGELOG.md Version Packages (#1246) 2021-08-27 10:46:14 -04:00
package.json Version Packages (#1246) 2021-08-27 10:46:14 -04:00
README.md add dev script, switch documentation from advising start to dev script (#1141) 2021-08-18 22:07:08 -07:00
snowpack.config.mjs
vercel.json Docs site cleanup (#948) 2021-07-30 22:39:15 -07: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 dev 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.