Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cesium/landing.seium.org
Software Engineering Week landing page
https://github.com/cesium/landing.seium.org
Last synced: about 1 month ago
JSON representation
Software Engineering Week landing page
- Host: GitHub
- URL: https://github.com/cesium/landing.seium.org
- Owner: cesium
- License: mit
- Created: 2018-09-27T23:19:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T23:20:38.000Z (11 months ago)
- Last Synced: 2024-02-28T00:29:04.201Z (11 months ago)
- Language: TypeScript
- Homepage: https://seium.org
- Size: 12.8 MB
- Stars: 5
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[contributing]: CONTRIBUTING.md
[code_of_conduct]: CODE_OF_CONDUCT.md
[license]: LICENSE.txt# SEI's landing page
[![Netlify Status](https://api.netlify.com/api/v1/badges/7eaf047e-5f4c-42d4-b55b-985977260d84/deploy-status)](https://app.netlify.com/sites/landing-2021-seium/deploys)
A landing page for the Software Engineering Week website built with NextJS.
## :rocket: Getting Started
These instructions will get you a copy of the project up and running on your
local machine for development and testing purposes.### :inbox_tray: Prerequisites
The following software is required to be installed on your system:
- [nodejs 18.12+](https://nodejs.org/en/download/)
Install all dependencies using `npm install`.
### :hammer: Development
Starting the development server.
```
npm run dev
```Format your code.
```
npm run format
```Lint your code.
```
npm run lint
```### :package: Deployment
Bundling the app into static files for production.
```
npm run build
```## :handshake: Contributing
Please read [CONTRIBUTING][contributing] and [CODE_OF_CONDUCT][code_of_conduct]
for details on our code of conduct and the process for submitting pull requests
to us.## :memo: License
This project is licensed under the MIT License - see the [LICENSE][license] file
for details.