Hi, as we trial and make the project's codebase prettier & more efficient under the v4 branch, I need you all to be aware of how to setup a local instance to test and resolve bugs with. To start, drop the database oldcord_v3 and create oldcord_v4, after, run the commands - npm install, then make an .env copy of .env_example then npx generate, and npx db push. Afterwards, run npm run start.
You may notice that v4 may not build right out of the box, and that's fine, it's a work in progress. It's just I wanted to contribute as much as I could so we can track progress between commits on both branches, it is almost complete & just needs final touch ups from myself and any contributor willing to help finish the job.
Hi, as we trial and make the project's codebase prettier & more efficient under the v4 branch, I need you all to be aware of how to setup a local instance to test and resolve bugs with. To start, drop the database oldcord_v3 and create oldcord_v4, after, run the commands - npm install, then make an .env copy of .env_example then npx generate, and npx db push. Afterwards, run npm run start.
You may notice that v4 may not build right out of the box, and that's fine, it's a work in progress. It's just I wanted to contribute as much as I could so we can track progress between commits on both branches, it is almost complete & just needs final touch ups from myself and any contributor willing to help finish the job.