Skip to content

Meketh/accounting-notebook-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

next-example-accounting-notebook

Running locally in development mode

To get started, just clone the repository and run npm install && npm run dev:

git clone https://github.com/Meketh/next-example-accounting-notebook.git
npm install
npm run dev

Building for production

If you wanted to run this site in production, you should install modules then build the site with npm run build and run it with npm start:

npm install
npm run build
npm run start

You should run npm run build again any time you make changes to the site.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published