hungyiwu / pycontw-2021

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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️⃣ 🐍


Languages

Language:JavaScript 57.1%Language:Vue 42.5%Language:Dockerfile 0.4%