Skip to content

Commit

Permalink
chore(doc): readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Dec 27, 2023
1 parent f4201a8 commit 5c158d9
Showing 1 changed file with 28 additions and 16 deletions.
44 changes: 28 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,36 @@
This is a [Next.js](https://nextjs.org/) project configured with [TypeScript](https://www.typescriptlang.org/) and [Tailwind CSS](https://tailwindcss.com/) created by [Brag Club](https://github.com/brag-club)
[![Contributors][contributors-shield]][contributors-url]

# RCS Landing

## Description

This is the landing page for the RCSCTF24 website.

## Getting Started

First, run the development server:
### Installing

* ![Nodejs]
* ![Yarn]

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
### Frameworks

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
* ![Next.js]
* ![React.js]
* ![TailwindCSS]

You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
### License

## Learn More
This project is licensed via Apache License

- Next.js: https://nextjs.org/docs
- TypeScript: https://www.typescriptlang.org/docs
- Tailwind CSS: https://tailwindcss.com/docs
- ESLint: https://eslint.org/docs/user-guide/getting-started
[contributors-shield]: https://img.shields.io/github/contributors/encryptedge/rcs-landing.svg?style=for-the-badge
[contributors-url]: https://github.com/encryptedge/rcs-landing/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/encryptedge/rcs-landing.svg?style=for-the-badge
[forks-url]: https://github.com/encryptedge/rcs-landing/network/members
[issues-shield]: https://img.shields.io/github/issues/encryptedge/rcs-landing.svg?style=for-the-badge
[issues-url]: https://github.com/encryptedge/rcs-landing/issues
[Next.js]: https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[TailwindCSS]: https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white
[Yarn]: https://img.shields.io/badge/Yarn-2C8EBB?style=for-the-badge&logo=yarn&logoColor=white
[Nodejs]: https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white

0 comments on commit 5c158d9

Please sign in to comment.