Skip to content

This project provides open interoperable specifcations for creating decentralized skills and education networks. It is an adaptation of beckn protocol core specification with added taxonomies and sample network policies for the skills and education sector.

Notifications You must be signed in to change notification settings

Samagra-Development/dsep-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSEP - Trainings and Courses

This project provides open interoperable specifcations for creating decentralized skills and education networks. It is an adaptation of beckn protocol core specification with added taxonomies and sample network policies for the skills and education sector.

This repository is specifically for Training and Courses.


Installation Steps 🚶

1. Fork it 🍴

You can get your own fork/copy of DSEP-UI by using the Fork button.

2. Clone it 👥

You need to clone (download) it to a local machine using

git clone https://github.com/Your_Username/dsep-ui.git

This makes a local copy of the repository in your machine.

Once you have cloned the DSEP-UI repository in GitHub, move to that folder first using the change directory command.

# This will change directory to a folder dsep-ui
cd dsep-ui

Move to this folder for all other commands.

3. Set it up ⬆️

Run the following commands to see that your local copy has a reference to your forked remote repository in GitHub :octocat:

git remote -v
origin  https://github.com/Your_Username/dsep-ui.git (fetch)
origin  https://github.com/Your_Username/dsep-ui.git (push)

Now, add a reference to the original DSEP-UI repository using

git remote add upstream https://github.com/Samagra-Development/dsep-ui.git

This adds a new remote named upstream.

See the changes using

git remote -v
origin    https://github.com/Your_Username/dsep-ui.git (fetch)
origin    https://github.com/Your_Username/dsep-ui.git (push)
upstream  https://github.com/Samagra-Development/dsep-ui.git (fetch)
upstream  https://github.com/Samagra-Development/dsep-ui.git (push)

4. Run it 🏁

Using Yarn (preferable)

# Check out to the frontend code
cd apps/client

# To install all the dependencies
yarn

# To start the application
yarn start

OR

using NPM

# Check out to the frontend code
cd apps/client

# To install all the dependencies
npm install

# To start the application
npm start

The React application will start on port 5173. Go to: http://localhost:5173

Contributers

📝 License

This project follows the MIT License.

About

This project provides open interoperable specifcations for creating decentralized skills and education networks. It is an adaptation of beckn protocol core specification with added taxonomies and sample network policies for the skills and education sector.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •