Skip to content

Commit a61776d

Browse files
committed
Create README.md
1 parent 687db02 commit a61776d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Source 2 Viewer Website
2+
3+
Landing page for [Source 2 Viewer](https://s2v.app/).
4+
5+
## Development
6+
7+
```bash
8+
# Development
9+
npm install
10+
npm run dev
11+
12+
# Build
13+
npm run build
14+
npm run preview # preview the production build locally
15+
16+
# Lint, formatting
17+
npm run fix
18+
```

0 commit comments

Comments
 (0)