Skip to content

steezplusplus/digital-garden

Repository files navigation

Jesse's Digital Garden

> > Visit my garden < <

codecov stars issues license last commit code size

Built with

npm - nextjs - typescript - tailwind

Getting Started

1. Clone the repository

git clone https://github.com/steezplusplus/digital-garden.git
cd digital-garden

2. Set up environment variables

Copy the example environment file to .env.local (which is git-ignored):

cp .env .env.local

Edit .env.local following the documentation provided inside the file.

3. Install dependencies and run locally

npm install
npm run dev

Your app should now be running at http://localhost:3000.

Available commands

command description
dev Starts a development instance of the app
build Builds a production instance of the app
start Starts a production instance of the app
lint Runs ESLint
lint:fix Runs ESLint and fixes syntax
prettier Runs Prettier
prettier:fix Runs Prettier and fixes formatting
test Runs Jest
test:watch Runs Jest and watch files for changes
test:coverage Runs Jest and generates lcov report

Support me!

ko-fi

Or leave a ⭐