https://github.com/liteldev/levimc.org
https://github.com/liteldev/levimc.org
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/liteldev/levimc.org
- Owner: LiteLDev
- License: other
- Created: 2024-10-30T12:47:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-22T13:21:59.000Z (9 months ago)
- Last Synced: 2025-10-03T00:33:22.962Z (9 months ago)
- Language: TypeScript
- Homepage: https://levimc.org
- Size: 8.71 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# levimc.org
## Development
### Getting started
First, install the dependencies. We use pnpm as the package manager.
```bash
pnpm install
```
Then, run the development server:
```bash
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
### Learn More
To learn more about technologies used in this project, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
- [Tailwind CSS Documentation](https://tailwindui.com/documentation) - learn about Tailwind CSS utilities.