Skip to content

Build elegant interactive product documentation with gitcourse

License

Notifications You must be signed in to change notification settings

sunshinemingo/gitcourse

 
 

Repository files navigation

Gitcourse

A front framework which can present courses made by repositories.

Here is a sample as well as a guide to this project: gitcourse-guide

Before start

This project relies on bash.

For windows uses, you need to install WSL first.

1、Install npm

For ubuntu users(include WSL):

apt-get install nodejs npm

For macos users:

brew install nodejs npm

2、Install yarn & webpack

npm install yarn webpack -g

3、Install project packages

cd gitcourse
yarn install

4、Start a webpack-server

npm run start

Now you can access the gitcourse on localhost.

About

Build elegant interactive product documentation with gitcourse

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 68.4%
  • JavaScript 30.7%
  • Other 0.9%