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
- Host: GitHub
- URL: https://github.com/ngduc/syntax-wiki
- Owner: ngduc
- License: mit
- Created: 2020-05-16T09:04:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:03:26.000Z (over 3 years ago)
- Last Synced: 2025-01-02T19:52:38.746Z (over 1 year ago)
- Topics: documentation, syntax, webdev
- Language: HTML
- Homepage: https://syntax.wiki
- Size: 2.29 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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!