Skip to content

eneiconf/landing

Repository files navigation

ENEI's landing page

Netlify Status

A landing page for the National Software Engineering Students Meeting website built with React.

🚀 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

📥 Prerequisites

The following software is required to be installed on your system:

Install all dependencies using npm install.

🔨 Development

Starting the development server.

npm run start

Running tests.

npm run test

Lint your code.

npm run lint

Format your code.

npm run format

Thanks to husky, the lint and format script will run every time you make a commit. If you receive any warnings or your code isn't properly formatted, you should update your commit before pushing your code.

📦 Deployment

Bundling the app into static files for production.

npm run build

🤝 Contributing

Please read CONTRIBUTING and CODE_OF_CONDUCT for details on our code of conduct and the process for submitting pull requests to us.

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.