https://github.com/nathanhleung/startum.co
StartUM (University of Michigan startup accelerator) website
https://github.com/nathanhleung/startum.co
website
Last synced: 4 months ago
JSON representation
StartUM (University of Michigan startup accelerator) website
- Host: GitHub
- URL: https://github.com/nathanhleung/startum.co
- Owner: nathanhleung
- License: mit
- Created: 2019-01-12T20:59:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:43:50.000Z (over 3 years ago)
- Last Synced: 2025-04-03T11:04:39.607Z (over 1 year ago)
- Topics: website
- Language: JavaScript
- Homepage: https://startum.co
- Size: 5.91 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Visit Site
https://startum.co
## Netlify
https://app.netlify.com/sites/startum/deploys
# Getting Started
1. Make sure you have Node.js installed: https://nodejs.org/en/download/
2. Clone this project (everything that looks like `this` should be run in your Terminal): `git clone https://github.com/nathanhleung/startum`
3. Change into project directory: `cd startum`
4. Run `npm install` to install the libraries required by the project
5. Run `npm install -g gatsby` to install the command-line interface for Gatsby, the website generator we're using to build the site
6. Run `gatsby develop` to get started developing the site
7. Visit http://localhost:8080 in your browser to see the website. Resize your browser to simulate a mobile screen size.
## Developing
The website is currently one page long. The meat of the site is found in the file located at src/pages/index.js. You can edit the header/footer in the src/components directory. We're using styled-components for CSS.