Giter Site home page Giter Site logo

anurag607 / dsep-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samagra-development/dsep-ui

0.0 0.0 0.0 2.67 MB

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.

Home Page: https://ui.dsep.samagra.io/

Shell 0.07% JavaScript 2.21% TypeScript 93.06% CSS 3.62% HTML 1.03%

dsep-ui's Introduction

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.

dsep-ui's People

Contributors

shruti3004 avatar techsavvyash avatar prtkjakhar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.