https://github.com/joaopalmeiro/my-projects
An overview of my projects to manage their maintenance.
https://github.com/joaopalmeiro/my-projects
Last synced: about 1 month ago
JSON representation
An overview of my projects to manage their maintenance.
- Host: GitHub
- URL: https://github.com/joaopalmeiro/my-projects
- Owner: joaopalmeiro
- License: mit
- Created: 2024-10-21T16:23:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T22:11:51.000Z (6 months ago)
- Last Synced: 2024-10-28T06:17:52.367Z (6 months ago)
- Language: TypeScript
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Projects
[](https://biomejs.dev)
An overview of my projects to manage their maintenance.
## Development
Install [fnm](https://github.com/Schniz/fnm) (if necessary).
```bash
cp .env.example .env
``````bash
fnm install && fnm use && node --version && npm --version
``````bash
npm install
``````bash
npm run dev
``````bash
npm run lint
``````bash
npm run format
```