Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T03:52:49.000Z (3 months ago)
- Last Synced: 2024-10-17T23:45:49.544Z (3 months ago)
- Topics: hacktoberfest, landing-page, reactjs, shadcn-ui, typescript, vercel, vitejs
- Language: TypeScript
- Homepage: https://mu-enigma.org
- Size: 42.8 MB
- Stars: 2
- 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
![enigma-lander](src/assets/enigma-landing.gif)
## 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.