Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whitep4nth3r/whitep4nth3r-links

A demo site using astro.build. Deployed on Netlify.
https://github.com/whitep4nth3r/whitep4nth3r-links

astro javascript netlify svelte

Last synced: 10 days ago
JSON representation

A demo site using astro.build. Deployed on Netlify.

Awesome Lists containing this project

README

        

# This is an Astro demo site

This Astro demo site was built with [Ben Holmes](https://twitter.com/BHolmesDev) live on Twitch.

[Watch the highlight of the live stream on YouTube.](https://youtu.be/A3HDN_dPq7k)

---

Below is the standard README you get with a new Astro project.

View the live site [here](https://whitep4nth3r-links.netlify.app/).

---

# Welcome to [Astro](https://astro.build)

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/starter)

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

## 🚀 Project Structure

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

```
/
├── public/
│ └── favicon.ico
├── src/
│ ├── components/
│ │ └── Layout.astro
│ └── 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 |

## 👀 Want to learn more?

Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our
[Discord server](https://astro.build/chat). http://localhost:3000/