https://github.com/dipyamanroy/enigma-lander
Landing page for Enigma, the Computer Science Club, Mahindra University. Built with ShadCN UI, React.js, Vite.js, Typescript and deployed with Vercel.
https://github.com/dipyamanroy/enigma-lander
hacktoberfest landing-page reactjs shadcn-ui typescript vercel vitejs
Last synced: about 1 year ago
JSON representation
Landing page for Enigma, the Computer Science Club, Mahindra University. Built with ShadCN UI, React.js, Vite.js, Typescript and deployed with Vercel.
- Host: GitHub
- URL: https://github.com/dipyamanroy/enigma-lander
- Owner: dipyamanroy
- License: mit
- Created: 2024-09-21T17:52:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T03:52:49.000Z (over 1 year ago)
- Last Synced: 2025-03-27T12:04:27.624Z (about 1 year ago)
- Topics: hacktoberfest, landing-page, reactjs, shadcn-ui, typescript, vercel, vitejs
- Language: TypeScript
- Homepage: https://mu-enigma.org
- Size: 42.8 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Enigma lander
Landing page for Enigma, the Computer Science Club, Mahindra University. Built with

## Contents
- [How to install](#how-to-install)
- [How to contribute](#how-to-contribute)
## How to install
1. Clone this repository:
```bash
git clone https://github.com/dipyamanroy/enigma-lander.git
```
2. Go into project
```bash
cd enigma-lander
```
3. Install dependencies
```bash
npm install
```
4. Run project
```bash
npm run dev
```
## How to contribute
1. Switch to the `dev` branch.
2. Fork the repository.
3. Make changes to the forked repository.
4. Submit a pull request, and ensure Vecel's preview deployment is passing. Here's a resource on how to write a perfect pull request. Contributions from this repo will count towards Hacktoberfest.
**Note:** If you wish to add new pages, please add them as new routes under a folder.