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

https://github.com/ngduc/syntax-wiki

Source code for "syntax.wiki" website
https://github.com/ngduc/syntax-wiki

documentation syntax webdev

Last synced: 12 days ago
JSON representation

Source code for "syntax.wiki" website

Awesome Lists containing this project

README

          

# 🌎 www.syntax.wiki

Source code for [syntax.wiki website](https://syntax.wiki)

Syntax.wiki aims to provide the latest code syntax (best practices or recommended from communities) of frameworks and programming languages.

> Engineers who are new to a Framework or Language often got confused about different syntax when reading through many tutorials and documents on the Internet. I hope this helps to clarify the recommended way to write the latest code syntax.

### 👨‍💻 Technologies

- mdx-go
- react-view
- prism-react-renderer
- babel & preset-typescript
- vercel now

### Development

```
$ yarn build Build project to ./dist
$ yarn deploy Publish to zeit now (vercel)
$ yarn e2e Run E2E test (need yarn build first)

$ yarn dev
```

See: [DEV.md](DEV.md)

### 👐 Contributions

Please open a Pull Request. Any contribution is welcome!