Skip to content

nanlabs/nameyourpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NaNLABS PC Name Generator!

This project was generated using create-awesome-node-app. DON'T USE THIS TEMPLATE AS IT! Generate yours using the command and following the options in the interactive menu. Check the docs for more information!

Did you know that giving your computer a unique name not only adds a personal touch but also enhances the bond between you and your trusty machine? It's a tradition that celebrates the geeky culture we all love, and we're excited to be a part of it 🤓

Features

  • ⚡️ Instant HMR - use Vite on dev (no more refresh!)
  • ⚛ React - React is used for UI
  • 🦾 TypeScript - type safe

Pre-packed Dev tools

  • TypeScript
  • eslint - Linting utility for JavaScript and JSX
  • prettier - Opinionated code formatter
  • husky - Git hooks made easy
  • lint-staged - Run linters against staged git files and don't let 💩 slip into your code base!

Quickstart

fnm use
pnpm install
npm run dev

Development

While developing, you will probably rely mostly on npm run start; however, there are additional scripts at your disposal:

npm run <script> Description
dev Serves your app at for local development
format Formats the project using Prettier
lint Lints the project for potential errors
lint:fix Lints the project and fixes all correctable errors

Production

Available scripts:

npm run <script> Description
preview Serves your app using your production ready setup (.env.production)
build Builds the application to dist/

Extra documentation

You can find useful information such as project structure, available scripts and much more in the docs folder!

Contributing

You can report bugs, request features and create Pull Requests in the Create-Node-App/cna-templates repository!