File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
- # codewithdev.github.io
1
+ # Portfolio Blog V2
2
2
3
+ Inspired from https://leerob.io/
4
+
5
+ ### Building Blocks
6
+
7
+ To build a site similar to this, consider changing the LICENSE file first. The following frameworks/tools are used to build this site:
3
8
- ** Framework** : [ Next.js] ( https://nextjs.org/ )
4
9
- ** Database** : [ PlanetScale] ( https://planetscale.com )
5
10
- ** ORM** : [ Prisma] ( https://prisma.io/ )
8
13
- ** CMS** : [ Sanity] ( https://www.sanity.io/ )
9
14
- ** Styling** : [ Tailwind CSS] ( https://tailwindcss.com/ )
10
15
11
- ## Overview
16
+ ## File Structure Overview
12
17
13
18
- ` layouts/* ` - The different page layouts each MDX category (blog, snippets) uses.
14
19
- ` lib/* ` - Short for "library", a collection of helpful utilities or code for external services.
22
27
- ` public/* ` - Static assets including fonts and images.
23
28
- ` styles/* ` - A small amount of global styles. I'm mostly using vanilla Tailwind CSS.
24
29
25
- ## Running Locally
30
+ ## Local setup
26
31
27
32
This application requires Node.js v16.13+.
28
33
29
34
``` bash
30
- $ git clone https://github.com/leerob/leerob.io .git
31
- $ cd codewithdev.github.io
35
+ $ git clone https://github.com/codewithdev/codewithdev-vercel .git
36
+ $ cd codewithdev-vercel
32
37
$ yarn
33
38
$ yarn dev
34
39
```
35
40
41
+ You will see the local build running on http://localhost:3000/
42
+
43
+ ### Before you run local build
44
+ - Create ` .env ` file and populate the API key and secrets used to successfully run the local build.
45
+
46
+
36
47
37
48
## Cloning / Forking
38
49
You can’t perform that action at this time.
0 commit comments