Skip to content

The official website for PyCon TW 2️⃣0️⃣2️⃣1️⃣ 🐍

Notifications You must be signed in to change notification settings

alice6373/pycontw-2021

 
 

Repository files navigation

pycontw-2021

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

Run Development Server with Docker

Simply run the docker-compose commands to launch or stop the mock API server & the dev server.

# Launch the dev server
docker-compose -f ./docker-compose-dev.yml up

# Stop the dev server
docker-compose -f ./docker-compose-dev.yml down

About

The official website for PyCon TW 2️⃣0️⃣2️⃣1️⃣ 🐍

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 56.4%
  • JavaScript 43.4%
  • Other 0.2%