Welcome to the Point Blank official website repository! This project serves as the landing page for Point Blank, showcasing our achievements, initiatives, and much more.
- Previous Website: GitHub | Live Landing Page
- Issues to Get Started: GitHub Issues
- Staging Branch Deploy : Staging Deployment
Follow the steps below to set up the project locally:
git clone https://github.com/pbdsce/pbwebsite.git
cd pbwebsite
Install all required dependencies using your preferred package manager:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Follow the instructions in the Infisical CLI documentation to install the CLI on your machine.
The application will be accessible at http://localhost:3000.
- Navigate to the repository in your terminal.
- Run the following command to log in:
infisical login
Note : contact one of the maintainers to obtain the infisical credentials.
When running commands, prepend them with infisical run --
.
For example, instead of running:
npm run dev
Use:
infisical run -- npm run dev
- Fork this repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/<feature-name>
- Make your changes and commit them:
git commit -m "Add feature: <feature-description>"
- Push your branch and submit a Pull Request to the main repository:
git push origin feature/<feature-name>
Check the Issues page for tasks you can pick up!
If you have any questions or need assistance, feel free to reach out to the maintainers.
Let’s build something amazing! 🚀