Skip to content

VledicFranco/project-catalyst.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Catalyst

** Under Construction **

A central location for managing and improving Project Catalyst.

This site is built using Vuepress

How to start contributing

You will need:

How to start:

  • Install node

  • Create a github account and install GitHub Desktop

  • Download site code. Go to repository and Download with GitHub Desktop Download with GitHub Desktop

  • You can start editing docs/src right away using your favourite Markdown editor

  • If you want to see effects of your work as you go:

    • Go to project folder/docs in any terminal and run npm install to install all the necessary dependencies
    • Run npm run dev and go to http://localhost:8080/ in your favourite browser to see results of your work immediately
  • To build a complete static site run npm run build, the result is generated in static in the main project directory

Github Actions

There is a simple node.js action configured in .github/workflows/node.js.yml which will build the static site every time new content is pushed to the site.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 73.9%
  • JavaScript 22.5%
  • Stylus 3.6%