Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aycanogut/front-end-resources
a repo for awesome front-end resources
https://github.com/aycanogut/front-end-resources
css design html javascript react resources typescript
Last synced: about 2 months ago
JSON representation
a repo for awesome front-end resources
- Host: GitHub
- URL: https://github.com/aycanogut/front-end-resources
- Owner: aycanogut
- License: mit
- Created: 2021-08-19T19:48:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T06:41:53.000Z (2 months ago)
- Last Synced: 2024-10-19T09:06:05.112Z (2 months ago)
- Topics: css, design, html, javascript, react, resources, typescript
- Language: MDX
- Homepage: https://fe-resources.vercel.app
- Size: 432 KB
- Stars: 540
- Watchers: 8
- Forks: 64
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 👋 Introduction
This project intends to collect all the resources related to web development (mostly front-end) and design in one place.
## Website
This website is built using [Fumadocs](https://fumadocs.vercel.app/), a documentation framework.
### Installation
```
$ pnpm i
```### Local Development
```
$ pnpm start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ pnpm build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Contributing
If you have any front-end resources that you would like to share, please feel free to open a pull request with your additions. Please make sure to follow the formatting of the existing resources and to add your resource to the appropriate section.
## License
This repository is licensed under the MIT License. See LICENSE for more information.
## Contributors