mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 22:02:42 +00:00
45 lines
1.5 KiB
Markdown
45 lines
1.5 KiB
Markdown
[](https://app.netlify.com/sites/uiquestions/deploys)
|
|
|
|
# [Ui Questions](http://uiquestions.com/)
|
|
|
|
> Need a quick review before UI/Frontend interview? Start at http://uiquestions.com/
|
|
|
|
Primary goal of the website is to have "I have 30 minutes before interview"-style coverage of frontend topics.
|
|
It should be short, with links to other websites for further reading.
|
|
|
|
The first section will be on **DOM and events**, then I'll add some common UI tasks asked in interview, like how to build *infinite scroll*.
|
|
|
|
|
|
## Contributing
|
|
|
|
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator. The instructions below is taken from their readme.
|
|
|
|
### Installation
|
|
|
|
```console
|
|
yarn install
|
|
```
|
|
|
|
### Local Development
|
|
|
|
```console
|
|
yarn start
|
|
```
|
|
|
|
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
|
|
|
|
### Build
|
|
|
|
```console
|
|
yarn build
|
|
```
|
|
|
|
This command generates static content into the `build` directory and can be served using any static contents hosting service.
|
|
|
|
### Deployment
|
|
|
|
Auto-deployed via Netlify. Deploy log is public here - https://app.netlify.com/sites/uiquestions/deploys.
|
|
|
|
Every branch/commit/PR gets deployed to a preview url.
|
|
Branch preview url looks like `{branch_name}--uiquestions.netlify.app/` ([example](https://4-element-properties--uiquestions.netlify.app/)).
|