Skip to content

runtime-machines/astro-template

Repository files navigation

astro Repository Template

GitHub issues GitHub last commit Build Status codecov

Star this repository if you find it valuable and worth maintaining.

👁 Watch this repository to get notified about new releases, issues, etc.

Description

This is a GitHub repository template for a astro website. You can use it:

  • to create a new repoisitory with automation and environment setup,
  • as reference when improving automation for an existing repository.

It includes:

Usage

  1. Click the Use this template button (alt. clone or download this repository).
  2. Replace all occurrences of runtime-machines/astro-template to your_org/repo_name in all files.
  3. Replace all occurrences of astro-template to repo_name in all files.
  4. Update the following files:

Install

yarn

Develop

yarn dev

Build

yarn build

Lint

yarn lint:eslint

Details

Supported Browsers

This setup uses Browserslist to target browsers.

The default list of supported browsers is listed in the package.json file:

{
  "browserslist": {
    "production": [">0.2%", "not dead", "not op_mini all"],
    "development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
  }
}

This means that supported browsers vary based on current usage data.

License

This project license

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published