Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fujiharuka/30-seconds-of-code-training
Programming training site using 30-seconds-of-code
https://github.com/fujiharuka/30-seconds-of-code-training
30-seconds-of-code javascript
Last synced: 5 days ago
JSON representation
Programming training site using 30-seconds-of-code
- Host: GitHub
- URL: https://github.com/fujiharuka/30-seconds-of-code-training
- Owner: FujiHaruka
- Created: 2018-12-10T12:11:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:18:01.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T19:31:55.657Z (7 months ago)
- Topics: 30-seconds-of-code, javascript
- Language: JavaScript
- Homepage: https://fujiharuka.github.io/30-seconds-of-code-training/
- Size: 17.9 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 30-seconds-of-code-training
Code training site using snippets in [30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code). All snippets and tests is from the project.
## Development
Clone.
```
$ git clone https://github.com/FujiHaruka/30-seconds-of-code-training
cd 30-seconds-of-code-training
```Init and update git submodule.
```
$ git submodule update -i
```Install.
```
$ yarn install
```Build.
```
$ yarn snippets
$ yarn build
```Deploy to gh-pages.
```
$ yarn deploy
```