Skip to content

Commit 539624a

Browse files
committed
added workflow
1 parent deb7f08 commit 539624a

2 files changed

Lines changed: 13 additions & 26 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
uses: xRealNeon/VuePagesAction@1.0.1
1313
with:
1414
username: "ConstructFund"
15-
reponame: "c3-effects-concat"
15+
reponame: "website"
1616
token: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged

README.md

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,31 @@
1-
# default
1+
# Construct Fund Website
2+
3+
Link: https://constructfund.github.io
4+
5+
This is a website that contains information about Construct Fund, and links to our projects.
6+
7+
# Running the project in local
28

39
## Project setup
410

511
```
6-
# yarn
7-
yarn
8-
9-
# npm
1012
npm install
11-
12-
# pnpm
13-
pnpm install
1413
```
1514

1615
### Compiles and hot-reloads for development
1716

1817
```
19-
# yarn
20-
yarn dev
21-
22-
# npm
23-
npm run dev
24-
25-
# pnpm
26-
pnpm dev
18+
npm run serve
2719
```
2820

2921
### Compiles and minifies for production
3022

3123
```
32-
# yarn
33-
yarn build
34-
35-
# npm
3624
npm run build
37-
38-
# pnpm
39-
pnpm build
4025
```
4126

42-
### Customize configuration
27+
# Contributing
28+
29+
Want to make changes or push fixes? Fork the project and make a pull request, and I will review it as soon as I can.
4330

44-
See [Configuration Reference](https://vitejs.dev/config/).
31+
Please describe exactly what you changed/added, and why you did it inside the pull request. I don't wanna have to read your code to figure that out.

0 commit comments

Comments
 (0)