Repository: netlify/million-devs
Branch: master
Commit: 8c90b2821473
Files: 56
Total size: 2.8 MB
Directory structure:
gitextract_lenc71pt/
├── .gitignore
├── .nvmrc
├── README.md
├── babel.config.js
├── package.json
├── public/
│ ├── _redirects
│ └── index.html
└── src/
├── App.vue
├── components/
│ ├── App2016.vue
│ ├── App2017.vue
│ ├── App2018.vue
│ ├── App2019.vue
│ ├── App2020.vue
│ ├── AppAnalyticsuk.vue
│ ├── AppAnimationSwitch.vue
│ ├── AppAuditlogs.vue
│ ├── AppBook.vue
│ ├── AppBuildPlugins.vue
│ ├── AppBush.vue
│ ├── AppDeploybutton.vue
│ ├── AppDeploypreview.vue
│ ├── AppDocs.vue
│ ├── AppDrop.vue
│ ├── AppFunctions.vue
│ ├── AppGithub.vue
│ ├── AppGithubCorner.vue
│ ├── AppGoldenGate.vue
│ ├── AppHeader.vue
│ ├── AppJamstack1.vue
│ ├── AppJet.vue
│ ├── AppLargemedia.vue
│ ├── AppLetsencrypt.vue
│ ├── AppLogin.vue
│ ├── AppLoginResult.vue
│ ├── AppLoginResultSticky.vue
│ ├── AppMillion.vue
│ ├── AppMobilepath.vue
│ ├── AppNetlifycms.vue
│ ├── AppRedirect.vue
│ ├── AppScrolldown.vue
│ ├── AppSeed.vue
│ ├── AppSmashing.vue
│ ├── AppSplittesting.vue
│ ├── AppStatueDev.vue
│ ├── AppStreetlamp1.vue
│ ├── AppStreetlamp2.vue
│ ├── AppText.vue
│ ├── AppTree.vue
│ ├── AppTweetit.vue
│ ├── AppTwodoto.vue
│ ├── AppVirtual.vue
│ ├── AppYouarehere.vue
│ ├── Footer.vue
│ └── coords.js
├── main.js
└── store/
└── index.js
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
================================================
FILE: .nvmrc
================================================
12.22.12
engine-strict=true
================================================
FILE: README.md
================================================
# Netlify Reaches a Million Developers!

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/).
================================================
FILE: babel.config.js
================================================
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
================================================
FILE: package.json
================================================
{
"name": "million-devs",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"core-js": "^3.6.5",
"gsap": "^3.4.2",
"vue": "^2.6.11",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.0",
"@vue/cli-service": "^4.4.0",
"node-sass": "^4.14.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
================================================
FILE: public/_redirects
================================================
/share/* http://million-devs-api.netlify.app/share/:splat 200!
================================================
FILE: public/index.html
================================================
Netlify Reaches One Million Devs!
================================================
FILE: src/App.vue
================================================
================================================
FILE: src/components/App2016.vue
================================================
Apr 07, 2015
Netlify officially launches
Oct 26, 2015
Netlify launches smarter redirects
Jul 13, 2016
Added GitLab integration
(in addition to GitHub and Bitbucket)
Jan 01, 2016
Netlify first hosting provider to
offer free SSL through Let's Encrypt
Aug 16, 2016
Raised seed funding and joined
Heavybit accelerator program
Aug 30, 2016
Introduced Deploy Previews
Aug 30, 2016
Introduced Deploy to Netlify Button
================================================
FILE: src/components/App2017.vue
================================================
Mar 14, 2017
Introduced a new design system
to the Netlify app
June 28, 2017
Introduced split-branch testing
July 27, 2017
Introduced audit logs
for teams
Nov 21, 2017
Smashing Magazine migrates from
WordPress to Jamstack & Netlify
Dec 07, 2017
Netlify CMS is released, bringing
git-based content authoring to Jamstack
================================================
FILE: src/components/App2018.vue
================================================
Mar 20, 2018
Launched Netlify Functions!
Aug 14, 2018
Launched Netlify Drop
a simple drag-n-drop way to launch sites
Oct 10, 2018
World's First Jamstack Conf
================================================
FILE: src/components/App2019.vue
================================================
Feb 26, 2019
Netlify Large Media is born
April 09, 2019
Netlify Dev public beta
at Jamstack Conf NYC
Jul 31, 2019
First O'Reilly Jamstack Book
Jul 10, 2019
Launched Netlify Analytics
from Jamstack Conf London
Oct 15, 2019
Jamstack SF, Jamstack at Scale
Nike, Popeyes, Longos speaking
Oct 16, 2019
New and Improved Docs Site!
================================================
FILE: src/components/App2020.vue
================================================
May 27, 2020
Jamstack Conf Virtual
May 27, 2020
Launched Build Plugins
================================================
FILE: src/components/AppAnalyticsuk.vue
================================================
================================================
FILE: src/components/AppAnimationSwitch.vue
================================================
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 checkCheck 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!