KirianCaumes / 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

Home Page:https://in-flames-closet.kiriancaumes.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://in-flames-closet.kiriancaumes.fr/

License:MIT License


Languages

Language:TypeScript 78.5%Language:SCSS 10.2%Language:JavaScript 9.9%Language:Dockerfile 1.4%