Skip to content

Commit

Permalink
Merge pull request #148 from GSA/wwang-issue146-astro
Browse files Browse the repository at this point in the history
resolve issue 146
  • Loading branch information
mark-meyer authored Jun 26, 2023
2 parents 8c81660 + 7bc9958 commit 640ac60
Show file tree
Hide file tree
Showing 2,771 changed files with 17,775 additions and 24,310 deletions.
6 changes: 0 additions & 6 deletions .eleventyignore

This file was deleted.

4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,7 @@ web_modules/

# 11ty Related
_site
public
node_modules

# astro type information
.astro
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Astro Starter Kit: Minimal

```
npm create astro@latest -- --template minimal
```

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/minimal)
[![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/minimal)
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/minimal/devcontainer.json)

> 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun!
## 🚀 Project Structure

Inside of your Astro project, you'll see the following folders and files:

```
/
├── public/
├── src/
│ └── pages/
│ └── index.astro
└── package.json
```

Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.

There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the `public/` directory.

## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |

## 👀 Want to learn more?

Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
27 changes: 0 additions & 27 deletions _includes/collection-item.html

This file was deleted.

18 changes: 0 additions & 18 deletions _includes/components/billedaccount.njk

This file was deleted.

27 changes: 0 additions & 27 deletions _includes/components/childsidenav.njk

This file was deleted.

15 changes: 0 additions & 15 deletions _includes/components/hero.njk

This file was deleted.

30 changes: 0 additions & 30 deletions _includes/footer.html

This file was deleted.

67 changes: 0 additions & 67 deletions _includes/header.html

This file was deleted.

14 changes: 0 additions & 14 deletions _includes/hero.html

This file was deleted.

5 changes: 0 additions & 5 deletions _includes/icon-links.html

This file was deleted.

24 changes: 0 additions & 24 deletions _includes/layouts/base.html

This file was deleted.

26 changes: 0 additions & 26 deletions _includes/layouts/data.html

This file was deleted.

12 changes: 0 additions & 12 deletions _includes/layouts/default.html

This file was deleted.

31 changes: 0 additions & 31 deletions _includes/layouts/page.njk

This file was deleted.

Loading

0 comments on commit 640ac60

Please sign in to comment.