Skip to content

lokesh-wagh/Binod-Merchandise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Binod-Merchandise

Website made for E-Cell Web team selection

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes. via opening the command prompt

Make a new directory

 mkdir directory_Name

Switch to that Direcctory

 cd directory_Name

Clone git repository

 git clone https://github.com/ContriHUB/Binod-Merchandise.git

Direct switch to VS Code from Terminal

 code .

Install Dependencies:

Make sure you have Yarn installed. If not, you can install it using:

 npm install -g yarn

Then, use Yarn to install the project dependencies:

 yarn install

Run the Application:

Start the development server:

 yarn start

Testing (This command will execute any test files in your project)

 yarn test

Building for Production:

 yarn build

For installation of requirements.txt

Install python3

sudo apt-get install python3

Install pip

sudo apt install python3-pip

Install requirements.txt using pip

pip install -r requirements.txt

About

Website made for E-Cell Web team selection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.2%
  • CSS 36.5%
  • Python 15.5%
  • HTML 6.8%