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.
- Host: GitHub
- URL: https://github.com/creativoma/searches-chatgpt-paper
- Owner: creativoma
- License: mit
- Created: 2023-03-16T16:19:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T15:54:07.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T09:14:32.744Z (2 months ago)
- Topics: astro, astrobuild, css, gradients, html5, javascript, js, rippleui, tabler-icons, tailwind
- Language: Astro
- Homepage: https://searches-chatgpt-paper.vercel.app
- Size: 535 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Searches chatGPT Paper
Utilizando Astro Starter Kit: BasicsProyecto personal que tiene como objetivo documentar y compartir las búsquedas más interesantes y relevantes que he realizado con chatGPT.
## Screenshot

## 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