Skip to content

amite/js-links

Repository files navigation

js-links - Curating content from Javascripters daily chat logs

PRs Welcome

Landing Page

There are two ways to get started with JS Links.

If you just want to play around with the project, then set it up on your machine and do whatever you want with it.

If you decide to contribute a feature or parts of design, you will need to fork the project and send a pull request. Detailed and easy to understand instructions are available for you right here.

How to setup this project

Follow the next steps

Clone the project

git clone git@github.com:amite/js-links.git

Enter the folder

cd js-links

Install dependencies

yarn 

If you are using npm...

npm i

Run the dev server

npm run dev

And now you can start developing now on http://localhost:4000

Build assets for production

npm run prod

Running this command will create an assets folder that you can expose to your server.

Production mode in local

npm run start

You can check on http://localhost:8080

Coming soon

  • Docs
  • Your suggestions

Todo List for this App

  • Choosing and Configuring the right JS toolset

    • Add Package.json
    • Add editorconfig
    • Add linter
    • Add modular webpack setup
    • Add React
    • Add PostCSS support
    • Add inline svg support
    • Add webpack dev server
    • Add Hot Module Reloading
    • Add more prototype designs from contributors
  • Research Ranking Algorithms (hn) (issue)

  • Launch the Alpha!

See our CONTRIBUTING GUIDE

About

Open Source React App for Curating content from Javascripters commmunity daily chat logs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published