Ecosyste.ms: Awesome

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

https://github.com/snuzi/devblogs

All awesome developer blogs in one place.
https://github.com/snuzi/devblogs

blogs engineering engineering-blogs tech tech-blog tech-companies tech-news

Last synced: about 2 months ago
JSON representation

All awesome developer blogs in one place.

Lists

README

        

# [devblogs.net](https://devblogs.net)

## Contribute
1. Add your dev blog [awesome-dev-blogs](https://github.com/snuzi/awesome-dev-blogs)
2. Frontend application [devblogs](https://github.com/snuzi/devblogs)
3. Blog aggregator [devblogs-aggregator](https://github.com/snuzi/devblogs-aggregator)

## Available Scripts

In the project directory, you can run:

### `npm run start-index`
Starts meilisearch index docker container.

### `npm run update-index`
Update index settings and upload sample data to meilisearch index. It is recommended to run this command as often as possible because the index schema might change.

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

## Built with:
- [React](https://reactjs.org/) - A JavaScript library for building user interfaces
- [Instant MeiliSearch](https://github.com/meilisearch/instant-meilisearch) - A plugin to establish the communication between your MeiliSearch instance and the open-source InstantSearch tools (powered by Algolia) for your front-end application.
- [React InstantSearch](https://github.com/algolia/react-instantsearch) - React InstantSearch is a library for building blazing fast search-as-you-type search UIs.
- [TypeScript](https://www.typescriptlang.org/) - A language for application-scale JavaScript.