Hey there, Soldier! Welcome to the Vets Who Code Web App. This project serves as a communal code base where military vets and their spouses can sharpen their coding skills. 🚀
This app is built using a modern tech stack including:
- Next.js 15
- TypeScript
- Tailwind CSS
- Playwright for testing
- MDX for content
- shadcn/ui components
- Server Actions
- Server Components
-
Empower Veterans and Military Spouses: We're creating a production-grade app that addresses the unique needs of our community.
-
Ever-Evolving Platform: New features are continuously added to provide valuable tools for our users.
-
Learn By Doing: The project serves as a hands-on experience for our community to learn and grow their coding skills.
To get a local copy up and running, you'll need a few things installed on your machine.
Fire up your terminal and run:
$ git clone https://github.com/Vets-Who-Code/vets-who-code-app.git
$ cd vets-who-code-app
$ nvm use
$ npm install
$ npm run dev
Navigate to http://localhost:3000/
to see the app in action.
We support development containers for an easier setup experience.
-
Clone the repository
git clone https://github.com/Vets-Who-Code/vets-who-code-app.git cd vets-who-code-app
-
Open in VS Code
- Open the root directory in VS Code.
- When prompted, choose "Reopen in Container"
- Or use Command Palette (
F1
) and runRemote-Containers: Reopen in Container
.
-
Start Developing
- Once the container is built and running, you're ready to code!
Remember, this is optional. If you prefer to set up your development environment manually, you can continue to do so.
We love contributions! Please read our Contributing Guidelines to get started.
Curious about upcoming features? Check our Roadmap.
This project is under the MIT License - see the License for more details.