Purrquinox is a start-up focused on creating meaningful, practical solutions to real problems. Whether it's tools to enhance community safety or projects that make workflows easier, we put our energy into building things that work and help others. This website focuses on showcasing our projects and providing resources for those interested in learning more about what we do. We believe in the power of technology to make a difference, and we're excited to share our journey with you.
Our website utilizes many cutting-edge technologies to provide a seamless user experience. The front-end is built with React, a popular JavaScript library for building user interfaces, and Next.js, a framework that enables server-side rendering and static site generation. We utilize Tailwind CSS for styling, which allows us to create responsive and modern designs quickly. We utilize Framer Motion for animations, which adds a layer of interactivity to our website. With our tech stack, we can create a fast, responsive, and visually appealing website that showcases our projects and resources effectively for you.
To get started with working on our website, follow these steps:
# Clone the repository
git clone https://github.com/Purrquinox/website-next
# Installing dependencies
cd website-next
npm install
# Running the development server
npm run devThis will start the development server, and you can view the website in your browser at http://localhost:3000.
To build the website for production, run the following command:
npm run buildThis will create an optimized build of the website in the .next directory. You can then serve the production build using:
npm startWe use ESLint to ensure code quality and consistency. To run the linter, use the following command:
npm run lintThis will check your code for any linting errors and provide suggestions for improvements.
We welcome contributions to our website! If you have an idea for a new feature or a bug fix, please open an issue or submit a pull request. We appreciate your help in making our website better.
This project is licensed under the MIT License. See the LICENSE file for details.
You may contact us at support@purrquinox.com.