Welcome to the devtoo codebase.
devtoo (or just DEV) is a clone of dev.to which I build it in order to practice React. At the moment, it is only a homepage with limited functionality and in the future, I am planning to expand the project into a full-blown full-stack application similar to the original platform (I won't create every single features of the application - just the main ones). ❤️
This section provides a high-level quick start guide.
- React 16.13.1 or above
-
Fork the repo and clone it in your terminal
-
In the project directory, you can run:
yarn
Runs the installation of the dependency for the application.
- Then, you can run:
yarn start
Runs the app in the development mode. Open 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.
This program is free software: you can redistribute it and/or modify it under the terms of the MIT License as published by the Open Source Initiative. Please see the LICENSE file in our repository for the full text.