Store links from across the web
- Install Node v12+
- Install Postgres
Run npm install
then npm run dev
to start both client and server dev environments.
Copy .env.example
and rename to .env
(this should be gitignored).
Update the variables before starting the server. These will be imported into process.env
.
After modifying any entities, run npm run typeorm:generate <<NameOfChange>>
. This will create the migration file in src/server/migrations
to be run on production.