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

https://github.com/creativoma/searches-chatgpt-paper

Proyecto personal que tiene como objetivo documentar y compartir las búsquedas más interesantes y relevantes que he realizado con chatGPT.
https://github.com/creativoma/searches-chatgpt-paper

astro astrobuild css gradients html5 javascript js rippleui tabler-icons tailwind

Last synced: 18 days ago
JSON representation

Proyecto personal que tiene como objetivo documentar y compartir las búsquedas más interesantes y relevantes que he realizado con chatGPT.

Awesome Lists containing this project

README

        

# Searches chatGPT Paper
Utilizando Astro Starter Kit: Basics

Proyecto personal que tiene como objetivo documentar y compartir las búsquedas más interesantes y relevantes que he realizado con chatGPT.

## Screenshot

![screenshot](./public/search.jpg)

## Getting Started

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

## 🚀 Project Structure

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

```
/
├── public/
│ ├── favicon.svg
│ └── search.jpg
├── src/
│ ├── components/
│ │ ├── Card.astro
│ │ ├── Footer.astro
│ │ └── Header.astro
│ ├── layouts/
│ │ ├── BlogPostLayout.astro
│ │ └── Layout.astro
│ └── pages/
│ ├── post/
│ ├── 404.astro
│ └── index.astro
└── package.json
```

## Comandos

Todos los comandos se ejecutan desde la raíz del proyecto, desde una 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 |

## Licencia

MIT License - Copyright (c) 2023 Mariano Álvarez