Devmate is an UI application to help you log your development features. You'll like Devmate because it is lightweight and uses a friendly and minimalist UI. Devmate is not better than other existing solutions, but it can help you make a quick overview of the workflow of your development projects. All your logs will be saved directly into the local storage of your browser.
You are free to reuse, copy, modify, and distribute, but you have to give attribution.
Devmate is created with:
- Angular 10 : Frontend framework
- Node.js : Runtime environment
- Angular CLI : Frontend scaffolding
- Bulma : Layout and styles
- Font Awesome : icons
Before installing Devmate you need to:
- Install Node.js
- Install Angular CLI :
npm i -g @angular/cli
git clone https://github.com/Kuohamkun/devmate.git
cd devmate
Install the npm
packages described in the package.json
and verify that it works:
npm install
npm start
The npm start
command builds (compiles TypeScript and copies assets) the application into dist/
, watches for changes to the source files, and runs lite-server
on port 3000
.
Shut it down manually with Ctrl-C
.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will run and it will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
This project was generated with Angular CLI version 10.0.4.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
I just start to open-source almost everything I can, and I try to reply to everyone needing help using these projects. However, If you are using this project and happy with it and just want to encourage me to continue creating stuff, there are few ways you can do it :
- Giving proper credit when you use it, linking back to it :D
- Starring and sharing the project 🚀
Thanks! ❤️
Contributions are welcome! <3
Made with ❤️ and Passion.