Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
4c182bb
Create webpack.yml
GAEAlimited Jan 27, 2023
5eac467
Bump minimist from 1.2.5 to 1.2.8
dependabot[bot] Mar 8, 2023
207c698
Delete public/logo.svg
GAEAlimited Jun 13, 2024
7201d8f
GSC20 Official Logo
GAEAlimited Jun 13, 2024
5415020
Update index.tsx
GAEAlimited Jun 13, 2024
15c2932
Update wallets.tsx
GAEAlimited Jun 13, 2024
63e98f3
Update disclaimer.tsx
GAEAlimited Jun 13, 2024
2c99d3d
Update index.tsx
GAEAlimited Jun 13, 2024
f2c956d
Update announcing-premium-membership.tsx
GAEAlimited Jun 13, 2024
c82cf05
Rename Screenshot 2024-05-30 150919.png to logo
GAEAlimited Jun 13, 2024
3f472eb
Rename logo to logo.png
GAEAlimited Jun 13, 2024
5a84d0d
Update Header.tsx
GAEAlimited Jun 13, 2024
5795bcc
Logo
GAEAlimited Jun 13, 2024
d466df1
Update tailwind.config.js
GAEAlimited Jun 13, 2024
98c2848
Merge pull request #2 from GAEAlimited/dependabot/npm_and_yarn/minimi…
GAEAlimited Jun 13, 2024
275c2ee
Merge pull request #1 from GAEAlimited/GSCx-patch
GAEAlimited Jun 13, 2024
a963adc
Delete public/logo-text.svg
GAEAlimited Jun 13, 2024
0089f91
Rename GSC20_1.png to logo-text.png
GAEAlimited Jun 13, 2024
2c38f60
Update index.tsx
GAEAlimited Jun 13, 2024
044e5ac
Update Header.tsx
GAEAlimited Jun 13, 2024
ab3ece4
Delete public/logo-text-dark.svg
GAEAlimited Jun 14, 2024
141af00
GSC20 Trademark
GAEAlimited Jun 14, 2024
40c27e7
Rename GSC20_1.png to logo-text-dark.png
GAEAlimited Jun 14, 2024
150846d
Update index.tsx
GAEAlimited Jun 14, 2024
1c53d58
Merge branch 'main' into GSCx-patch
GAEAlimited Jun 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: NodeJS with Webpack

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Build
run: |
npm install
npx webpack
17 changes: 10 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/logo-text-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 0 additions & 12 deletions public/logo-text-dark.svg

This file was deleted.

Binary file added public/logo-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 0 additions & 12 deletions public/logo-text.svg

This file was deleted.

Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions public/logo.svg

This file was deleted.

Loading