Table of Contents
PEC Paper is an open source project started to help PEC students find previous year paper in one place, hence helping them to prepare for exams.
To get a local copy up and running, follow these simple steps.
This project requires a working Node.js installation with NPM and git
- To install npm run:
npm install npm@latest -g
- Fork this repository to your own GitHub account, and then clone it to your local device.
git clone https://github.com/your_username_/PEC-Previous-Year-Papers.git
- Install the dependencies with:
npm install
- Start development server:
Open http://localhost:3000 with your browser to see the result.
npm run start
- Building
You can build with:
npm run build
- Testing the production build:
npm run start
- To run test:
npm run test
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue. Don't forget to give the project a ⭐
-
Fork this repository.
-
Create a new branch from the main
git checkout -b branch-name
-
Make required changes.
-
Add file:
git add file-name
-
Commit your Changes
git commit -m "Add comment to your changes"
-
Push to your branch
git push origin branch-name
-
Open a Pull Request.