You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> View on the [Statamic Marketplace](https://statamic.com/starter-kits/statamic/doogie-browser)!
9
7
<!-- /statamic:hide -->
10
8
@@ -16,35 +14,34 @@
16
14
- Old school Doogie Howser/IBM word processor design
17
15
- Automatic downsampling of all images for that cutting-edge VGA feel
18
16
- "Typography" using [IBM VGA8](https://int10h.org/oldschool-pc-fonts/fontlist/#ibmvgamcga)
19
-
- Responsive
17
+
- Responsive (even that wasn't a thing in the DOS days)
20
18
- Built with [TailwindCSS](https://tailwindcss.com)
21
-
-[Vue.js](https://github.com/vuejs/vue) for keyboard navigation
22
-
-[PurgeCSS](https://purgecss.com/) for that tiny `4kb` css file size
23
19
-:100: Lighthouse score
24
20
25
21
26
22
## Quick Start
27
23
28
-
### Install as a New Site
29
-
You can spin up a new install of Statamic along with this Starter Kit all in one command by using the [Statamic CLI Tool](https://github.com/statamic/cli)
24
+
### 1. Create a new site
25
+
26
+
You can create a new site using the [Statamic CLI](https://github.com/statamic/cli):
30
27
31
28
```
32
-
statamic new mysite statamic/starter-kit-doogie-browser
29
+
statamic new your-site statamic/starter-kit-doogie-browser
33
30
```
34
31
35
-
Follow the prompts and you'll be up and running shortly.
36
-
37
-
### Install into an existing site
38
-
You can alternatively install Starter Kits into an existing Statamic 3.2+ site by running the following command while inside that install's root directory:
32
+
Or you can install manually into a fresh [Statamic installation](https://statamic.dev/installation) by running:
The above installers should prompt you to make a user, but you can also run `php please make:user`. You'll want it to be a `super` so you have access to everything.
46
41
47
-
The [TailwindCSS](https://tailwindcss.com/) included in this kit is compiled with [PurgeCSS](https://purgecss.com/) to reduce filesize on any unused classes and selectors. If you want to modify anything you'll need to recompile it.
42
+
### 3. Recompile the CSS and JS (optional)
43
+
44
+
This starter kit comes with precompiled CSS and JS. If you want to modify anything, just recompile it.
48
45
49
46
```
50
47
npm i && npm run dev
@@ -53,9 +50,13 @@ npm i && npm run dev
53
50
To compile for production again:
54
51
55
52
```
56
-
npm run production
53
+
npm run build
57
54
```
58
55
56
+
### 4. Do your thing!
57
+
58
+
If you're using [Laravel Herd](https://herd.laravel.com/) (or similar), your site should be available at `http://your-site.test`. You can access the control panel at `http://your-site.test/cp` and login with your new user. Open up the source code, follow along with the [Statamic docs](https://statamic.dev), and enjoy!
59
+
59
60
## Contributing
60
61
61
62
Contributions are always welcome, no matter how large or small. Before contributing, please read the [code of conduct](https://github.com/statamic/cms/wiki/Code-of-Conduct).
0 commit comments