An open API service indexing awesome lists of open source software.

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

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.