A NextJs project to handle a database of images, about the history of the band "In Flames" through their artworks. 🔥
Check it out here 👈
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
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.