Skip to content

risatttt/agile-dev-guide

 
 

Repository files navigation

Fujitsu Agile Development Guide

build License go-lang Hugo

This is the development repository for Fujitsu agile development guide.

How to read 📕

You can read this here.

How to develop 🛠

We are currently not accepting contributions from outside Fujitsu.

  1. install Go

    Download go-lang sdk and install.

  2. install Hugo

    Follow the instructions on the Hugo website for installation.

    brew install hugo

    Clone agile-dev-guide to any working directory.

  3. launch development server

    After moving to the working directory...

    Update submodules.

    git submodule update --init --recursive

    Start the hugo server.

    hugo server -D
  4. browse http://localhost:1313/agile-dev-guide/ 🚀

How to deploy 📦

Just commit the changes to the master branch and push the changes to this repository. Deployment to the public site is done automatically by GitHub Actions.👋

License 🔑

This guide book and its source code are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Author 🖋

Takayuki Tominaga, Fujitsu Ltd.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors