Welcome to the Noders Website repository. You can see the site live here: https://www.noders.com
1.- Clone this repo.
2.- Install Yarn - https://yarnpkg.com/lang/en/docs/install/
3.- Run yarn
to install the dependencies.
4.- Run npm start
or yarn start
to create a fresh dev build and run the server.
5.- Check http://0.0.0.0:8080
on your browser.
PR's are always welcome! If you find a bug or want to add an improvement, please keep in mind:
1.- Please open an issue beforehand so we can discuss your approach and see if the change is not being currently worked on or planned by someone else.
2.- Please fork this repo to work on your changes.
3.- Edit files inside the src/
folder.
4.- Please make sure there are no linting errors before submitting. You can run npm run lint
or yarn lint
to check this.
We usually review PR's shortly after they're submitted, but if for any reason we haven't after 24 hours, feel free to ping us on Slack or through the same PR.
Lighthouse is an open-source, google-backed, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, and more!
(Install and run here -> https://developers.google.com/web/tools/lighthouse/?hl=es )
First Header | Second Header |
---|---|
Progressive Web App | 100 |
Performance | 90 |
Accessibility | 100 |
Best Practices | 100 |
MIT