Skip to content

Commit e8a2127

Browse files
committed
2 parents df6b39a + aa1a8db commit e8a2127

21 files changed

+34
-5
lines changed

.github/workflows/node.js.yml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
2+
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
3+
4+
name: Node.js CI
5+
6+
on:
7+
push:
8+
branches: [ "main" ]
9+
pull_request:
10+
branches: [ "main" ]
11+
12+
jobs:
13+
build:
14+
15+
runs-on: ubuntu-latest
16+
17+
strategy:
18+
matrix:
19+
node-version: [18.x]
20+
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21+
22+
steps:
23+
- uses: actions/checkout@v3
24+
- name: Use Node.js ${{ matrix.node-version }}
25+
uses: actions/setup-node@v3
26+
with:
27+
node-version: ${{ matrix.node-version }}
28+
cache: 'npm'
29+
cache-dependency-path: './package-lock.json'
30+
- run: npm ci
31+
- run: npm run build --if-present
32+
- run: npm test --if-present

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ArtSphere ![GitHub deployments](https://img.shields.io/github/deployments/deepsingh132/artsphere/production?label=build)
1+
# ArtSphere ![GitHub deployments](https://img.shields.io/github/deployments/deepsingh132/artsphere/production?label=build) [![Node.js CI](https://github.com/deepsingh132/Artsphere/actions/workflows/node.js.yml/badge.svg)](https://github.com/deepsingh132/Artsphere/actions/workflows/node.js.yml)
22

33

44
Welcome to ArtSphere 🖼️, a vibrant and innovative social media web app dedicated to the artistic souls of the world. Just like a painter's canvas, the platform provides a blank space for actors, musicians, writers, and visual artists to express themselves and connect with a global community that shares their passion for art and culture, developed with Next.js 13 🔼 and tailwind 🌬️.

public/default-user-img.jpg

-1.48 KB
Loading

public/null.png

-18.8 KB
Loading

public/vercel.svg

+1-4
Loading

screenshots/commentmodal.png

-136 KB
Loading

screenshots/event-detail.png

-326 KB
Loading

screenshots/events.png

-324 KB
Loading

screenshots/home-dark.png

-158 KB
Loading

screenshots/home.png

-159 KB
Loading

screenshots/mobile/commentmodal.png

-23.4 KB
Loading

screenshots/mobile/event-detail.png

-18.2 KB
Loading

screenshots/mobile/events.png

-20.8 KB
Loading

screenshots/mobile/home.png

-14.2 KB
Loading

screenshots/mobile/navbar.png

-4.27 KB
Loading

screenshots/mobile/profile.png

-41.8 KB
Loading
-8.22 KB
Loading

screenshots/mobile/singlepost.png

-16.8 KB
Loading

screenshots/notifications.png

-71.4 KB
Loading

screenshots/profile.png

-113 KB
Loading

screenshots/singlepost.png

-157 KB
Loading

0 commit comments

Comments
 (0)