Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/netlify/million-devs

Microsite for the 1 Million Developers announcement.
https://github.com/netlify/million-devs

Last synced: 3 months ago
JSON representation

Microsite for the 1 Million Developers announcement.

Awesome Lists containing this project

README

        

# Netlify Reaches a Million Developers!

![Screenshot of Site](https://assets.codepen.io/28963/CleanShot+2020-08-01+at+16.29.48%402x.png)

Five years ago, Netlify launched and changed the way developers build for the web, and we've now onboarded more than 1 million users! Look up your Netlify account to learn when you joined, and check out the timeline to see animated versions of the big features and milestones along the way. Tweet your number and milestone to share with the community!

### [Check out the site here >](https://million-devs.netlify.com/?utm_source=csstricks&utm_medium=milliondevs-sd&utm_campaign=devex)

There is also a writeup of how the application and SVG Animations were done, if you'd like to learn about the process, [the article is here](https://css-tricks.com/the-making-of-netlifys-million-devs-svg-animation-site/).

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).