Skip to content

pythonindia/inpycon2023

Repository files navigation

PyCon India 2023

Coming Soon!

This is a Next.js project bootstrapped with create-next-app.

Steps to contribute.

  1. Please refer to the following link for the identified issue: https://github.com/pythonindia/inpycon2023/issues
  2. Kindly provide a comment on the aforementioned issue, and we will proceed with assigning it on GitHub.
  3. Please don't hesitate to contact us on Zulip if you require further clarification or information regarding the issue.

Guidelines for the website sprint

  1. Kindly utilize the provided link to access the complete HTML content: https://github.com/pythonindia/inpycon2023/blob/main/pages/pycon-landing.tsx
  2. To proceed, please create a forked repository within your GitHub account and establish a branch that corresponds to the issue's name.
  3. Please create components within the designated shared directory, namely the component folder. These components should be generated based on the relevant HTML code mentioned in step 1, ensuring that all necessary files specific to your assigned issue are included.
  4. Upon completing the necessary changes, create a Pull Request associated with your issue, ensuring to include an updated issue checklist within the PR comment section.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000/2023 with your browser to see the result.

You can start editing the page by modifying pages/pycon-landing.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages. (app directory not used in this project)

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

License

Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License