Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/papermc/website
The PaperMC website
https://github.com/papermc/website
hacktoberfest nextjs papermc tailwindcss typescript website
Last synced: about 2 hours ago
JSON representation
The PaperMC website
- Host: GitHub
- URL: https://github.com/papermc/website
- Owner: PaperMC
- License: mit
- Created: 2022-05-20T15:39:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T02:07:50.000Z (4 days ago)
- Last Synced: 2024-12-20T03:21:18.315Z (4 days ago)
- Topics: hacktoberfest, nextjs, papermc, tailwindcss, typescript, website
- Language: TypeScript
- Homepage: https://papermc.io/
- Size: 5.87 MB
- Stars: 52
- Watchers: 10
- Forks: 34
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# papermc.io
## 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.