https://github.com/ankeetmaini/css-challenges
A local codepen
https://github.com/ankeetmaini/css-challenges
Last synced: 8 months ago
JSON representation
A local codepen
- Host: GitHub
- URL: https://github.com/ankeetmaini/css-challenges
- Owner: ankeetmaini
- Created: 2019-02-28T15:23:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T13:44:59.000Z (about 7 years ago)
- Last Synced: 2025-03-18T03:22:42.877Z (over 1 year ago)
- Language: JavaScript
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# css-challenges
A place to code your code-pens but in your fav editor.
## adding a new challenge
- create a new folder with your challenge name and an `index.js` file which will be the entry file
- update the config.js file with key as the next available number and value with the exact `folder-name`
## running it
- npm run dev -- -c
> For example `yarn dev -c 1` will start `Challenge 1` at http://localhost:1234