npm - nextjs - typescript - tailwind
git clone https://github.com/steezplusplus/digital-garden.git
cd digital-gardenCopy the example environment file to .env.local (which is git-ignored):
cp .env .env.localEdit .env.local following the documentation provided inside the file.
npm install
npm run devYour app should now be running at http://localhost:3000.
| 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 |
Or leave a ⭐