Skip to content

Commit f79f69d

Browse files
committed
change website to simple html for simpler maintainability
1 parent aef7cf5 commit f79f69d

19 files changed

Lines changed: 655 additions & 4231 deletions

.github/workflows/deploy.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.prettierignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

.prettierrc.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -5,51 +5,3 @@
55
https://mesastar.org
66

77
page created by: Philip Mocz (2024)
8-
9-
## Repository structure
10-
11-
- The `main` branch contains the website source code
12-
- The `gh-pages` branch stores the built website
13-
14-
## Updating the website
15-
16-
A Github Action will automatically rebuild the website when changes are pushed to the repository. The major contents of the website are in `src/App.tsx`.
17-
18-
The website may also manually be built by checking out the repo, and doing a
19-
20-
```console
21-
yarn install
22-
npm run deploy
23-
```
24-
25-
Then, to view the webpage, do
26-
27-
```console
28-
npm run preview
29-
```
30-
31-
and open `http://localhost:4173/` in your browser.
32-
33-
If you want to upgrade dependencies (e.g. to patch security issues), try a
34-
35-
```console
36-
yarn upgrade
37-
```
38-
39-
## How the website was set up
40-
41-
Uses https://github.com/thieryw/gitlanding (v2) React components
42-
43-
Starts from demo template: https://github.com/garronej/gitlanding-demo
44-
45-
Follows guide on publishing React web apps to GitHub Pages from https://github.com/gitname/react-gh-pages
46-
47-
- add a `homepage` property to the `package.json` file
48-
49-
- also add a `predeploy` property and a `deploy` property to the `scripts` object:
50-
51-
```json
52-
"scripts": {
53-
"predeploy": "npm run build",
54-
"deploy": "gh-pages -d build",
55-
```

eslint.config.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)