mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
ffb049928021a823c592baf57a1ea91683fb89af
fix: fix system models with createdAt and updatedAt fields. fix: reset password token expiration time.
CLIENT
cd clientnpm install
RUN CLINET
- npm run start
SERVER
- cd server
- npm install
- npm install -g knex webpack
- write database details to .env files.
knex migrate:latestknex seed:run
RUN SERVER
- npm run start
Languages
TypeScript
96.9%
SCSS
2%
Shell
0.5%
HTML
0.3%
JavaScript
0.2%