/mlibre

Le Média libre d'accès

Primary LanguageTypeScript

This is a free blog template for open access media.

Mlibre

First, clone the project from this repository:

git clone https://github.com/alfredlwanzo/mlibre.git

To continue, make sure you have set environment variables (sensitive information) and other environment-specific configurations. Mainly DATABASE_URL and AUTH_SECRET

install dependancies:

npm install

run the project as an nextjs app:

npm run dev

Open http://localhost:3000 with your browser to access the front-office of your blog. Open http://localhost:3000/ws with your browser to access the back-office of your blog.

Demo

See the demo here: https://mlibre.vercel.app

Deploy on Vercel

The easiest way to deploy mlibre your Next.js app blog is to use the Vercel Platform from the creators of Next.js.

Check out Next.js deployment documentation for more details.