Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikurotime/kurojam-2024
Kurojam website
https://github.com/ikurotime/kurojam-2024
Last synced: 11 days ago
JSON representation
Kurojam website
- Host: GitHub
- URL: https://github.com/ikurotime/kurojam-2024
- Owner: ikurotime
- Created: 2024-05-02T18:50:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T06:26:41.000Z (2 months ago)
- Last Synced: 2024-10-12T02:42:52.264Z (27 days ago)
- Language: TypeScript
- Homepage: https://kurojam.com
- Size: 552 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## KuroJam 2024 🚀
Last year website: https://www.kurojam.com/
Roadmap:
- [x] Add a landing page
- [x] Add Login/Signup Flow
- [ ] Add testimonials pfp
- [x] Add OAuth
- [ ] Add a dashboard to send and edit projects
- [ ] Add a logo
- [x] Add testimonials
- [x] Add last year winners / projects / page
- [ ] Add FAQ
- [ ] Add sponsors
- [x] Add a font (DM Mono, DM Sans)?
- [x] Background ?
- [x] Add a countdown
- [ ] Basic SEO
- [ ] Rules page
- [ ] Prizes page
- [ ] Review Copys
- [ ] Form to send projects
- [ ] DeployFirst, create a .env file from .env.example and fill in the required fields.
```bash
Then, install the dependencies:```bash
npm install
# or
yarn
# or
pnpm install
# or
bun install
```Then, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](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.
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.