Skip to content

Commit

Permalink
docs: add readme (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlienard authored May 16, 2024
1 parent eae7261 commit 31c1444
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 67 deletions.
78 changes: 11 additions & 67 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,75 +1,19 @@
# Nuxt 3 Minimal Starter
<div align="center">

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
# GitHundred

## Setup
A list of the top 100 most starred GitHub repositories, updated daily.

Make sure to install the dependencies:
![Screenshot](./assets/images/screenshot.png)

```bash
# npm
npm install
</div>

# pnpm
pnpm install
## Made with

# yarn
yarn install
- Nuxt with ISR
- Vue and TypeScript
- TailwindCSS

# bun
bun install
```
## License

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
[MIT](./LICENSE) © Colin Lienard
Binary file added assets/images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 31c1444

Please sign in to comment.