Skip to content

PyConAPAC/PyConAPAC.github.io

Repository files navigation

PyCon APAC Organizers Website

PyCon APAC Organizers Website - is a platform where folks can conveniently access information about the Regional PyCons in APAC, all on a single page. This is a collaboration project between the some awesome folks from the APAC community.

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm install

Installs the dependencies Run this if you just cloned this repo and it's your first time to work on it.

When you're inside a project directory that contains a package.json file, running npm install will install all the dependencies listed in that file. These dependencies are typically other Node.js packages that your project needs to run properly. The installed packages will be placed in a folder named node_modules.

npm run start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run deploy

Deploys the build

Contributing

Pull requests are welcome! :)

How to Create/submit a Pull Request

More info: https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github-3/

How to Test your Code Locally

  1. Make code changes
  2. npm run start - to check your changes locally