https://github.com/asyncapi/conference-website
Website for the AsyncAPI online conference
https://github.com/asyncapi/conference-website
hacktoberfest nextjs react
Last synced: about 1 year ago
JSON representation
Website for the AsyncAPI online conference
- Host: GitHub
- URL: https://github.com/asyncapi/conference-website
- Owner: asyncapi
- Created: 2020-04-02T12:04:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-12T17:44:25.000Z (about 1 year ago)
- Last Synced: 2025-06-20T12:34:56.268Z (about 1 year ago)
- Topics: hacktoberfest, nextjs, react
- Language: TypeScript
- Homepage: https://conference.asyncapi.com
- Size: 174 MB
- Stars: 40
- Watchers: 5
- Forks: 155
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
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
First, fork the repository and clone it.
```bash
git clone https://github.com//conference-website.git
```
Change Directory
```bash
cd conference-website
```
Install Dependencies
```bash
npm install
```
Run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
## AsyncAPI Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

V Thulisile Sibanda
📖

AISHAT MUIBUDEEN
🎨
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!