freeCodeCamp/seed
John B 5118a60491 fix(challenges): Fix typo issue on CSS Grid:Minmax (#17027)
the example explains that grid-template-columns: 100px minmax(50px,
200px) is set to create three columns when in fact it is only set to
create two columns.
2018-04-06 13:24:57 +05:30
..
challenges fix(challenges): Fix typo issue on CSS Grid:Minmax (#17027) 2018-04-06 13:24:57 +05:30
math-challenges fix(seed): Remove redundant seed files from math directory 2017-09-09 10:52:12 -05:00
schema feat(schema): Implement challenge schema 2018-04-03 19:52:01 +05:30
addAssertsToTapTest.js feat(seed): "unpack" and "repack" scripts 2018-04-03 19:52:56 +05:30
bonfireMDNlinks.js Fix: Add MDN Strict Inequality Link 2016-11-27 19:30:07 -05:00
challenge-style-guide.md docs(seed): Document how to edit and test challenges (#16511) 2018-01-20 22:00:21 +05:30
create-challenge-bundle.js restructure challenges within directories 2015-12-14 13:19:30 -08:00
get-challenge-completion.js Fixes invalid JSON format data exporting 2016-01-11 02:39:15 +04:00
get-emails.js update get-emails script 2015-08-27 16:37:01 -07:00
getChallenges.js feat(seed): "unpack" and "repack" scripts 2018-04-03 19:52:56 +05:30
index.js feat(schema): Implement challenge schema 2018-04-03 19:52:01 +05:30
LICENSE.md docs(license): Update License fix for GitHub (#16113) 2017-11-25 11:47:27 -06:00
loopbackMigration.js change node-uuid to uuid 2016-12-30 16:47:09 -06:00
mongoIds.js feat(seed): "unpack" and "repack" scripts 2018-04-03 19:52:56 +05:30
normalize-seed-files.js feat(seed): "unpack" and "repack" scripts 2018-04-03 19:52:56 +05:30
README.md docs(seed): move unpack/repack docs up to main CONTRIBUTING file 2018-04-03 19:53:44 +05:30
repack.js feat(seed): add dasherized titles to unpacked filenames 2018-04-03 19:53:44 +05:30
test-challenges.js feat(seed): "unpack" and "repack" scripts 2018-04-03 19:52:56 +05:30
unpack.js feat(seed): add dasherized titles to unpacked filenames 2018-04-03 19:53:44 +05:30
unpacked.css feat(seed): "unpack" and "repack" scripts 2018-04-03 19:52:56 +05:30
unpacked.js feat(seed): "unpack" and "repack" scripts 2018-04-03 19:52:56 +05:30
unpackedChallenge.js feat(seed): add dasherized titles to unpacked filenames 2018-04-03 19:53:44 +05:30

This directory contains code and data to "seed" the Mongo database with challenges.

See the main CONTRIBUTING file for instructions and details.