Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```