A landing page for the Software Engineering Week website built with NextJS.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The following software is required to be installed on your system:
Install all dependencies using npm install
.
Starting the development server.
npm run dev
Format your code.
npm run format
Lint your code.
npm run lint
Bundling the app into static files for production.
npm run build
Please read CONTRIBUTING and CODE_OF_CONDUCT for details on our code of conduct and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE file for details.