Skip to content

Commit 1d4224a

Browse files
authored
docs: add archival notice
1 parent 826621a commit 1d4224a

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

README.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
# Rust StuCo Website
22

3-
## Development
3+
This repository exists for historical purposes. The website has moved [here](https://github.com/rust-stuco/stuco.rs).
44

5-
1. Generate local `hw` directory
5+
<details>
6+
<summary>Original README content</summary>
67

7-
```bash
8-
./scripts/generate-hw.sh
9-
```
8+
## Development
109

11-
2. Start project
10+
1. Generate local `hw` directory
1211

13-
```bash
14-
bun install
15-
bun run dev:11ty
16-
```
12+
```bash
13+
./scripts/generate-hw.sh
14+
```
15+
16+
2. Start project
17+
18+
```bash
19+
bun install
20+
bun run dev:11ty
21+
```
22+
23+
<details>

0 commit comments

Comments
 (0)