https://github.com/jameswlane/devex-site
https://github.com/jameswlane/devex-site
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jameswlane/devex-site
- Owner: jameswlane
- Created: 2024-06-28T13:36:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T02:27:36.000Z (4 months ago)
- Last Synced: 2025-05-05T20:12:50.671Z (about 21 hours ago)
- Language: TypeScript
- Size: 3.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# devex-site
## Overview
`devex-site` is a Next.js project designed to provide a seamless developer experience. This project uses `pnpm` for package management and `mise` for managing Linux packages.
## Getting Started
### Prerequisites
- Node.js (v18.x or later)
- `pnpm` (v9.x or later)
- `mise` (v2024.12.x or later)### Installation
1. **Clone the repository:**
```bash
git clone https://github.com/jameswlane/devex-site.git
cd devex-site
```2. **Install system dependencies using `mise`:**
```bash
mise install
```3. **Install dependencies using `pnpm`:**
```bash
pnpm install
```### Running the Development Server
To start the development server, run:
```bash
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.### Building for Production
To create an optimized production build, run:
```bash
pnpm build
```### Running in Production
To run the project in production mode, run:
```bash
pnpm start
```## Learn More
To learn more about Next.js, `pnpm`, and `mise`, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/)
- [pnpm Documentation](https://pnpm.io/)
- [mise Documentation](https://mise.jdx.dev/)## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## License
This project is licensed under the MIT License.