Skip to content

Brandon-G-Tripp/open-legend

Repository files navigation

Initial Setup to Work with OpenLegend Site

  1. Clone Repository to Local

    Run the following command in the Terminal in the directory you want have the website

    # Run command 
    git clone git@github.com:openlegend/openlegendrpg.com.git
  2. Update the core rules submodule

    Navigate into the core-rules repository and run commands to update module.

    # Change into submodule directory
    cd src/core-rules
    
    # Update the local repository
    git pull
    
    # Change back to root
    cd ../..
    
    # Commit core-rules to the website repository
    git commit -am "Updated core-rules for website"
  3. Prepare the site for deploy to github pages

    Clean the last build

    gatsby clean
  4. Deploy Site

    Run build command for website

    npm run deploy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published