/In-Flames-Closet

A NextJs project to handle a database of images, about the history of the band "In Flames" through their artworks. 🔥#NextJs #React

Primary LanguageTypeScriptMIT LicenseMIT

In Flames Closet

GitHub License GitHub Repo stars Support this project

A NextJs project to handle a database of images, about the history of the band "In Flames" through their artworks. 🔥

Check it out here 👈

Example

How to deploy in production

Create and setup a .env according to the .env.example file.

Install dependencies with:

npm install

Build and start the app with:

npm run build
npm start

How to contribute/develop

There is a devcontainer on that project already configured, feel free to use it.

Create and setup a .env according to the .env.example file.

Install dependencies with:

npm install

Start the script with the debugger or the following command:

npm run dev

You can open a pull request with your new additions.