pythonkr / pyconkr-2019-web

👩‍💻 👨‍💻 This is a repository for developing pyconkr frontend. ( 2019 )
22 stars 9 forks source link

PyCon Korea Web

CircleCI

This app is using Next.js

Development Package Requirements (Mac)

  1. Install Homebrew (https://brew.sh/)
  2. Install Yarn (https://yarnpkg.com/lang/en/docs/install/)
  3. Install nvm (https://github.com/creationix/nvm#install-script)
  4. Install node (On Terminal)
$ nvm install node
$ nvm ls
$ nvm use <node_version>

Running the app (Develop Environment)

yarn && yarn dev