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
2. Copy the `.env.example` file and rename to `.env`
32
+
3.`pnpm install`
33
+
4.`pnpm initialize`(this will start the docker-compose and run the initial database migration.)
34
+
5.`pnpm dev`
35
+
36
+
No additional setup is required, zero api keys, zero services to signup for, zero cost.
37
+
28
38
## How to Use
29
39
30
-
This is **not** supposed to serve as an all batteries included ["production boilerplate"](https://github.com/ixartz/Next-js-Boilerplate) with 200 useless sponsored features that get in your way. Templates that do this are ANYTHING but "production" and "quick start".
40
+
This is **not** supposed to serve as an all batteries included ["production boilerplate"](https://github.com/ixartz/Next-js-Boilerplate) with 200 useless sponsored features that get in your way. Templates that do this are ANYTHING but "production" and "quick start".
31
41
32
42
This is stack is designed to be library agnostic. The philosophy here is to boostrap the concrete, repetitive, and time consuming tasks that every application will need reguardless of what you're building.
33
43
34
-
**So - fork this repo, add your favorite libraries, and build out your own "more opinionated" personal template tailored to you**!
44
+
**So - fork this repo, add your favorite libraries, and build out your own "more opinionated" personal template tailored to you**!
0 commit comments