Skip to content

lugnitdgp/lugnitdgp.github.io

Repository files navigation

Node.js CI Frontend CD

GLUG Website

Revamp of the official GLUG website with Django and Vue.js

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# deploy to gh-pages branch
npm run deploy

Development Setup

# Fork the repository

# Clone your fork
git clone https://github.com/<your_username>/lugnitdgp.github.io.git

# Add a remote to the original repo as upstream
git remote add upstream https://github.com/lugnitdgp/lugnitdgp.github.io.git

# Do your thing: solve a bug or create a new feature

# Stage and commit you changes and push to your fork
git add .
git commit -m "Good commit message"
git push origin master

# Create a pull request and when the PR gets merged update your fork
git pull upstream master --rebase
git push origin master -f

About

Official GLUG website built with Django and Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published