Rocket Jones has more than 22 years of experience providing custom software solutions.
This is the repository for the Rocket Jones website.
- Built with TypeScript and Next.js
- Styled with Tailwind CSS
- Animated with Framer Motion
- Form submissions via Netlify Forms
- ESLint + Prettier
Clone the repository and then from the root directory run:
pnpm install
If you do not have PNPM installed, you can install it here: https://pnpm.io/installation
You will need to clone the .env.example
file and rename it to .env
. Then, provide values for each environment variable. Ask another developer to give you a copy of their file, if needed. This file contains the environment variables needed for the site to run.
To run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
The site is hosted on Netlify and deployments occur automatically when changes are pushed to the master
branch.
© 2023 Rocket Jones Interactive. All rights reserved.