https://github.com/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
https://github.com/KirianCaumes/In-Flames-Closet
heroku nextjs react scss typescript vscode
Last synced: 2 months ago
JSON representation
A NextJs project to handle a database of images, about the history of the band "In Flames" through their artworks. 🔥#NextJs #React
- Host: GitHub
- URL: https://github.com/KirianCaumes/In-Flames-Closet
- Owner: KirianCaumes
- License: mit
- Created: 2022-04-25T20:46:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T18:24:49.000Z (10 months ago)
- Last Synced: 2024-10-28T21:40:37.791Z (7 months ago)
- Topics: heroku, nextjs, react, scss, typescript, vscode
- Language: TypeScript
- Homepage: https://in-flames-closet.kiriancaumes.fr/
- Size: 3.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - 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 (TypeScript)
README
# In Flames Closet
[](https://github.com/KirianCaumes/In-Flames-Closet/blob/master/LICENSE)  [](https://www.paypal.me/KirianCaumes)
A NextJs project to handle a database of images, about the history of the band "In Flames" through their artworks. 🔥
Check it out [here]() 👈

## How to deploy in production
Create and setup a `.env` according to the `.env.example` file.
Install dependencies with:
```sh
npm install
```Build and start the app with:
```sh
npm run build
npm start
```## How to contribute/develop
There is a [devcontainer](https://code.visualstudio.com/docs/devcontainers/containers) on that project already configured, feel free to use it.
Create and setup a `.env` according to the `.env.example` file.
Install dependencies with:
```sh
npm install
```Start the script with the debugger or the following command:
```sh
npm run dev
```You can open a pull request with your new additions.