Skip to content

Commit

Permalink
feat: Updates the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur0904 committed Sep 17, 2023
1 parent 8ccd225 commit fa49719
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## Getting Started
## What is AACoT?
AsyncAPI Conf on Tour (AACoT) is a way for you to experience the excitement and energy of this series of micro-conferences hosted around the globe, where the brightest minds and most passionate enthusiasts gather to share their knowledge and explore the latest developments in the field.

## Overview
This repository contains the sources of AsyncAPI Conference website:

- It's powered by [Next.js](https://nextjs.org/),
- It uses [Tailwind](https://tailwindcss.com/) CSS framework,
- It's build and deployed with [Netlify](https://www.netlify.com/).

## Requirements
Use the following tools to set up the project:

- Node.js v16.0.0+
- npm v7.10.0+

## Run locally


First, fork the repository and clone it.
Expand Down
6 changes: 6 additions & 0 deletions pages/venue/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,15 @@ function Venue({ city }) {
stage and share your valuable insights with our enthusiastic
audience!
</Paragraph>
<a
href=''
target='_blank'
rel='noreferrer'
>
<Button className='mt-[80px] w-[244px] border border-gray card-bg'>
Apply as a Speaker
</Button>
</a>
</div>
)}
</div>
Expand Down

0 comments on commit fa49719

Please sign in to comment.