Medium-like article sharing site.
Deployed at: crumpled-paper.vercel.app
Install the dependencies
npm install
Start a development server by running
npm run dev
Or, start a production server by running
npm run start:db
npm run build
npm run start
To login as admin, use the appropriate email and password defined in ./api/generate.js.
By default, the app will run on http://localhost:3000 and the json-server will run on http://localhost:3100. To change this, modify .env.
